changed too many VERSION to PACKAGE_VERSION, partially undo; refs #12

This commit is contained in:
Marc Wäckerlin
2015-02-19 07:56:24 +00:00
parent 1431eb73d5
commit 08aa68b422
5 changed files with 34 additions and 33 deletions

View File

@@ -55,8 +55,8 @@ AC_CONFIG_FILES([makefile ${PACKAGE_NAME}.spec src/version.cxx
LIB_MAJOR=m4_eval(x_major+x_minor)
LIB_MINOR=x_least
LIB_LEAST=x_minor
LIB_PACKAGE_VERSION="${LIB_MAJOR}:${LIB_MINOR}:${LIB_LEAST}"
AC_SUBST(LIB_PACKAGE_VERSION)
LIB_VERSION="${LIB_MAJOR}:${LIB_MINOR}:${LIB_LEAST}"
AC_SUBST(LIB_VERSION)
# home
AC_SUBST(HOME)
@@ -300,6 +300,7 @@ AC_SUBST(LIBS)
# create output
AC_OUTPUT
# infos and warnings
if test "$have_doxygen" = "no"; then
AC_MSG_WARN([Missing program doxygen!