Added useless but pretty message about which version we are compiling

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@10124 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2001-06-09 00:31:10 +00:00
parent 15c9f821b0
commit 2baa9d0431

View file

@ -913,9 +913,11 @@ AC_CONFIG_SUBDIRS(Source/mframe)
#--------------------------------------------------------------------
# Record the version
#--------------------------------------------------------------------
AC_MSG_CHECKING(for the version of gnustep-base we are compiling)
if test -f "Version"; then
. ./Version
fi
AC_MSG_RESULT($VERSION)
AC_SUBST(VERSION)
AC_SUBST(MAJOR_VERSION)
AC_SUBST(MINOR_VERSION)