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:
Nicola Pero 2001-10-25 09:45:42 +00:00
parent 4af903cd3d
commit 499f71ed58

3
configure vendored
View file

@ -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"`