mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-22 22:00:49 +00:00
Updated for change in version variable names
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@9689 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
f693e7ae35
commit
e37ff38e04
1 changed files with 3 additions and 3 deletions
|
@ -345,10 +345,10 @@ if test -f "../Version"; then
|
|||
. ../Version
|
||||
fi
|
||||
DATE=`date +"%Y%m%d"`
|
||||
AC_SUBST(GNUSTEP_VERSION)
|
||||
AC_SUBST(GNUSTEP_MAKE_VERSION)
|
||||
AC_SUBST(GNUSTEP_MAJOR_VERSION)
|
||||
AC_SUBST(GNUSTEP_MINOR_VERSION)
|
||||
AC_SUBST(GNUSTEP_MAKE_MAJOR_VERSION)
|
||||
AC_SUBST(GNUSTEP_MAKE_MINOR_VERSION)
|
||||
AC_SUBST(GNUSTEP_MAKE_SUBMINOR_VERSION)
|
||||
AC_SUBST(DATE)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue