mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-23 22:33:28 +00:00
Remove warning about moving directories
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@19841 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
7954dc3422
commit
49ff92e696
3 changed files with 7 additions and 5 deletions
|
@ -1,3 +1,8 @@
|
|||
2004-08-07 Adam Fedor <fedor@gnu.org>
|
||||
|
||||
* configure.ac: Remove warning about moving old directories into
|
||||
new directory structure (been there since 1.7.0).
|
||||
|
||||
2004-07-31 Adam Fedor <fedor@gnu.org>
|
||||
|
||||
* configure.ac: Add checks for specific Apple compiler flags.
|
||||
|
|
6
configure
vendored
6
configure
vendored
|
@ -2569,8 +2569,8 @@ if test $cc_bundle = 0; then
|
|||
else
|
||||
cc_bundle=no
|
||||
fi
|
||||
echo "$as_me:$LINENO: result: done" >&5
|
||||
echo "${ECHO_T}done" >&6
|
||||
echo "$as_me:$LINENO: result: $cc_bundle" >&5
|
||||
echo "${ECHO_T}$cc_bundle" >&6
|
||||
|
||||
|
||||
|
||||
|
@ -4711,8 +4711,6 @@ fi;
|
|||
|
||||
if test "$gs_move_obsolete" = "yes"; then
|
||||
GNUSTEP_MOVE_OBSOLETE=move_obsolete;
|
||||
{ echo "$as_me:$LINENO: *** WARNING any old GNUstep directories installed before gnustep-make 1.7.0 will be moved to the new locations unless disabled in configure" >&5
|
||||
echo "$as_me: *** WARNING any old GNUstep directories installed before gnustep-make 1.7.0 will be moved to the new locations unless disabled in configure" >&6;}
|
||||
else
|
||||
GNUSTEP_MOVE_OBSOLETE=
|
||||
{ echo "$as_me:$LINENO: Old GNUstep directories will not be moved" >&5
|
||||
|
|
|
@ -619,7 +619,6 @@ AC_ARG_ENABLE(move-obsolete,
|
|||
|
||||
if test "$gs_move_obsolete" = "yes"; then
|
||||
GNUSTEP_MOVE_OBSOLETE=move_obsolete;
|
||||
AC_MSG_NOTICE(*** WARNING any old GNUstep directories installed before gnustep-make 1.7.0 will be moved to the new locations unless disabled in configure)
|
||||
else
|
||||
GNUSTEP_MOVE_OBSOLETE=
|
||||
AC_MSG_NOTICE(Old GNUstep directories will not be moved)
|
||||
|
|
Loading…
Reference in a new issue