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:
Nicola Pero 2001-04-25 11:00:48 +00:00
parent f693e7ae35
commit e37ff38e04

View file

@ -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)