mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-22 22:00:49 +00:00
Regenerated
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@11243 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
4af903cd3d
commit
499f71ed58
1 changed files with 3 additions and 0 deletions
3
configure
vendored
3
configure
vendored
|
@ -2097,10 +2097,13 @@ ac_cv_objc_threaded="$objc_threaded"
|
|||
#--------------------------------------------------------------------
|
||||
# Record the version
|
||||
#--------------------------------------------------------------------
|
||||
echo $ac_n "checking for the version of gnustep-make we are compiling""... $ac_c" 1>&6
|
||||
echo "configure:2102: checking for the version of gnustep-make we are compiling" >&5
|
||||
. ./Version
|
||||
if test -f "../Version"; then
|
||||
. ../Version
|
||||
fi
|
||||
echo "$ac_t""$GNUSTEP_MAKE_VERSION" 1>&6
|
||||
DATE=`date +"%Y%m%d"`
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue