mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-22 22:00:49 +00:00
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:
parent
3b28a1b704
commit
4af903cd3d
1 changed files with 2 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue