mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 20:36:50 +03:00
Rename version.h to mc-version.h.
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
parent
32621b96d1
commit
30480df7c9
@ -11,11 +11,11 @@ EXTRA_DIST =
|
|||||||
|
|
||||||
dist_noinst_SCRIPTS = build-glib2.sh
|
dist_noinst_SCRIPTS = build-glib2.sh
|
||||||
|
|
||||||
dist_noinst_HEADERS = $(top_srcdir)/version.h
|
dist_noinst_HEADERS = $(top_srcdir)/mc-version.h
|
||||||
|
|
||||||
ACLOCAL_AMFLAGS = -I m4
|
ACLOCAL_AMFLAGS = -I m4
|
||||||
|
|
||||||
CONFIG_STATUS_DEPENDENCIES = $(top_srcdir)/version.h
|
CONFIG_STATUS_DEPENDENCIES = $(top_srcdir)/mc-version.h
|
||||||
|
|
||||||
.PHONY: update-version \
|
.PHONY: update-version \
|
||||||
cppcheck \
|
cppcheck \
|
||||||
@ -32,13 +32,13 @@ update-version:
|
|||||||
@if test -x $(top_srcdir)/maint/utils/version.sh; then \
|
@if test -x $(top_srcdir)/maint/utils/version.sh; then \
|
||||||
$(top_srcdir)/maint/utils/version.sh "$(top_srcdir)" 2>&1 >/dev/null; \
|
$(top_srcdir)/maint/utils/version.sh "$(top_srcdir)" 2>&1 >/dev/null; \
|
||||||
else \
|
else \
|
||||||
if test ! -e $(top_srcdir)/version.h; then \
|
if test ! -e $(top_srcdir)/mc-version.h; then \
|
||||||
echo "File not found: $(top_srcdir)/maint/utils/version.sh"; \
|
echo "File not found: $(top_srcdir)/maint/utils/version.sh"; \
|
||||||
exit 1; \
|
exit 1; \
|
||||||
fi; \
|
fi; \
|
||||||
fi
|
fi
|
||||||
|
|
||||||
$(top_srcdir)/version.h: update-version
|
$(top_srcdir)/mc-version.h: update-version
|
||||||
|
|
||||||
CPPCHECK_CMD = cppcheck \
|
CPPCHECK_CMD = cppcheck \
|
||||||
--inline-suppr \
|
--inline-suppr \
|
||||||
|
@ -30,7 +30,7 @@
|
|||||||
|
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
|
||||||
#include "version.h"
|
#include "mc-version.h"
|
||||||
|
|
||||||
#include "global.h"
|
#include "global.h"
|
||||||
|
|
||||||
|
@ -3,14 +3,14 @@ dnl
|
|||||||
dnl Get current version of Midnight Commander from git tags
|
dnl Get current version of Midnight Commander from git tags
|
||||||
dnl
|
dnl
|
||||||
dnl @author Slava Zanko <slavazanko@gmail.com>
|
dnl @author Slava Zanko <slavazanko@gmail.com>
|
||||||
dnl @version 2021-03-20
|
dnl @version 2021-03-28
|
||||||
dnl @license GPL
|
dnl @license GPL
|
||||||
dnl @copyright Free Software Foundation, Inc.
|
dnl @copyright Free Software Foundation, Inc.
|
||||||
dnl @modified Andrew Borodin <aborodin@vmail.ru>
|
dnl @modified Andrew Borodin <aborodin@vmail.ru>
|
||||||
|
|
||||||
AC_DEFUN([mc_VERSION],[
|
AC_DEFUN([mc_VERSION],[
|
||||||
if test -f ${srcdir}/version.h; then
|
if test -f ${srcdir}/mc-version.h; then
|
||||||
VERSION=$(grep '^#define MC_CURRENT_VERSION' ${srcdir}/version.h | sed 's/.*"\(.*\)"$/\1/')
|
VERSION=$(grep '^#define MC_CURRENT_VERSION' ${srcdir}/mc-version.h | sed 's/.*"\(.*\)"$/\1/')
|
||||||
else
|
else
|
||||||
VERSION="unknown"
|
VERSION="unknown"
|
||||||
fi
|
fi
|
||||||
|
@ -56,7 +56,7 @@ fi
|
|||||||
|
|
||||||
src_top_dir="$1"
|
src_top_dir="$1"
|
||||||
|
|
||||||
VERSION_FILE="${src_top_dir}/version.h"
|
VERSION_FILE="${src_top_dir}/mc-version.h"
|
||||||
PREV_MC_VERSION="unknown"
|
PREV_MC_VERSION="unknown"
|
||||||
CURR_MC_VERSION="${PREV_MC_VERSION}"
|
CURR_MC_VERSION="${PREV_MC_VERSION}"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user