Improved message

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@10132 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2001-06-09 01:23:16 +00:00
parent 165f83d120
commit 8599a33227
2 changed files with 3 additions and 3 deletions

4
configure vendored
View file

@ -948,8 +948,8 @@ LDFLAGS="$save_ldf"
#--------------------------------------------------------------------
# Record the version
#--------------------------------------------------------------------
echo $ac_n "checking for version of gnustep-gui we are compiling""... $ac_c" 1>&6
echo "configure:953: checking for version of gnustep-gui we are compiling" >&5
echo $ac_n "checking for the version of gnustep-gui we are compiling""... $ac_c" 1>&6
echo "configure:953: checking for the version of gnustep-gui we are compiling" >&5
if test -f "Version"; then
. ./Version
fi

View file

@ -80,7 +80,7 @@ LDFLAGS="$save_ldf"
#--------------------------------------------------------------------
# Record the version
#--------------------------------------------------------------------
AC_MSG_CHECKING(for version of gnustep-gui we are compiling)
AC_MSG_CHECKING(for the version of gnustep-gui we are compiling)
if test -f "Version"; then
. ./Version
fi