mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
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:
parent
15c9f821b0
commit
2baa9d0431
1 changed files with 2 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue