mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 06:51:44 +00:00
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:
parent
165f83d120
commit
8599a33227
2 changed files with 3 additions and 3 deletions
4
configure
vendored
4
configure
vendored
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue