Print out a message displaying the version of gnustep-make we are compiling

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@11242 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2001-10-25 09:45:09 +00:00
parent 3b28a1b704
commit 4af903cd3d

View file

@ -369,10 +369,12 @@ AC_SUBST(ac_cv_objc_threaded)
#--------------------------------------------------------------------
# Record the version
#--------------------------------------------------------------------
AC_MSG_CHECKING(for the version of gnustep-make we are compiling)
. ./Version
if test -f "../Version"; then
. ../Version
fi
AC_MSG_RESULT($GNUSTEP_MAKE_VERSION)
DATE=`date +"%Y%m%d"`
AC_SUBST(GNUSTEP_MAKE_VERSION)
AC_SUBST(GNUSTEP_MAKE_MAJOR_VERSION)