Removed obsolete gnustep-make configure options after 4 years of obsoletion/deprecation. This unclutters considerably gnustep-make's configure help

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@32572 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2011-03-14 10:34:47 +00:00
parent b7179b739f
commit 42ba690826
5 changed files with 17 additions and 153 deletions

View file

@ -1,3 +1,12 @@
2011-03-14 Nicola Pero <nicola.pero@meta-innovation.com>
* configure.ac: Removed obsolete --with-system-root,
--with-local-root and --with-network-root options. These have
been obsolete since 2007-02.
* configure: Regenerated.
* Documentations/releasenotes.texi: Explain the change.
* RELEASENOTES: Regenerated.
2011-03-14 Nicola Pero <nicola.pero@meta-innovation.com>
* configure.ac (--with-config-file): If nothing is specified, use

View file

@ -57,6 +57,10 @@ Finally, also note that the default location of the configuration file
on Darwin has not changed and is still /Library/GNUstep/GNUstep.conf
regardless of the prefix selected.
@item Removed the --with-system-root, --with-local-root and --with-network-root options
These configure options were obsolete and are ignored by all releases
in the past 4 years and have now finally been removed.
@end table
@section Version 2.4.0

View file

@ -55,6 +55,10 @@ using a newer version of the make system.
file on Darwin has not changed and is still
/Library/GNUstep/GNUstep.conf regardless of the prefix selected.
`Removed the --with-system-root, --with-local-root and --with-network-root options'
These configure options were obsolete and are ignored by all
releases in the past 4 years and have now finally been removed.
1.2 Version 2.4.0
=================

90
configure vendored
View file

@ -1012,33 +1012,6 @@ Optional Packages:
always /Library/GNUstep/GNUstep.conf regardless of prefix.
--with-system-root
This is an obsolete option. It used to determine the location of
the SYSTEM domain directory under the 'gnustep' layout. We ignore
this option so that you can write ./configure commands that work
with both old and new gnustep-makes. To get the effect of this
option with this version of gnustep-make, please create your own layout
file and use --with-layout=xxx to use it.
--with-local-root
This is an obsolete option. It used to determine the location of
the LOCAL domain directory under the 'gnustep' layout. We ignore
this option so that you can write ./configure commands that work
with both old and new gnustep-makes. To get the effect of this
option with this version of gnustep-make, please create your own layout
file and use --with-layout=xxx to use it.
--with-network-root
This is an obsolete option. It used to determine the location of
the NETWORK domain directory under the 'gnustep' layout. We ignore
this option so that you can write ./configure commands that work
with both old and new gnustep-makes. To get the effect of this
option with this version of gnustep-make, please create your own layout
file and use --with-layout=xxx to use it.
--with-user-config-file
Set the name of the user config file to use. This can be
relative to the user's home directory if it is a relative path,
@ -4142,69 +4115,6 @@ fi
# otherwise we should keep them!
#--------------------------------------------------------------------
#--------------------------------------------------------------------
# Process --with-system-root
#--------------------------------------------------------------------
echo "$as_me:$LINENO: checking if the obsolete --with-system-root option was used" >&5
echo $ECHO_N "checking if the obsolete --with-system-root option was used... $ECHO_C" >&6
# Check whether --with-system-root or --without-system-root was given.
if test "${with_system_root+set}" = set; then
withval="$with_system_root"
OBSOLETE_GNUSTEP_SYSTEM_ROOT="$withval"
fi;
if test ! x"$OBSOLETE_GNUSTEP_SYSTEM_ROOT" = x"" && test ! x"$OBSOLETE_GNUSTEP_SYSTEM_ROOT" = x"no"; then
echo "$as_me:$LINENO: result: $OBSOLETE_GNUSTEP_SYSTEM_ROOT: ignored" >&5
echo "${ECHO_T}$OBSOLETE_GNUSTEP_SYSTEM_ROOT: ignored" >&6
{ echo "$as_me:$LINENO: WARNING: ignoring --with-system-root=$OBSOLETE_GNUSTEP_SYSTEM_ROOT option" >&5
echo "$as_me: WARNING: ignoring --with-system-root=$OBSOLETE_GNUSTEP_SYSTEM_ROOT option" >&2;}
else
echo "$as_me:$LINENO: result: no: good" >&5
echo "${ECHO_T}no: good" >&6
fi
#--------------------------------------------------------------------
# Process --with-local-root
#--------------------------------------------------------------------
echo "$as_me:$LINENO: checking if the obsolete --with-local-root option was used" >&5
echo $ECHO_N "checking if the obsolete --with-local-root option was used... $ECHO_C" >&6
# Check whether --with-local-root or --without-local-root was given.
if test "${with_local_root+set}" = set; then
withval="$with_local_root"
OBSOLETE_GNUSTEP_LOCAL_ROOT="$withval"
fi;
if test ! x"$OBSOLETE_GNUSTEP_LOCAL_ROOT" = x"" && test ! x"$OBSOLETE_GNUSTEP_LOCAL_ROOT" = x"no"; then
echo "$as_me:$LINENO: result: $OBSOLETE_GNUSTEP_LOCAL_ROOT: ignored" >&5
echo "${ECHO_T}$OBSOLETE_GNUSTEP_LOCAL_ROOT: ignored" >&6
{ echo "$as_me:$LINENO: WARNING: ignoring --with-local-root=$OBSOLETE_GNUSTEP_LOCAL_ROOT option" >&5
echo "$as_me: WARNING: ignoring --with-local-root=$OBSOLETE_GNUSTEP_LOCAL_ROOT option" >&2;}
else
echo "$as_me:$LINENO: result: no: good" >&5
echo "${ECHO_T}no: good" >&6
fi
#--------------------------------------------------------------------
# Process --with-network-root
#--------------------------------------------------------------------
echo "$as_me:$LINENO: checking if the obsolete --with-network-root option was used" >&5
echo $ECHO_N "checking if the obsolete --with-network-root option was used... $ECHO_C" >&6
# Check whether --with-network-root or --without-network-root was given.
if test "${with_network_root+set}" = set; then
withval="$with_network_root"
OBSOLETE_GNUSTEP_NETWORK_ROOT="$withval"
fi;
if test ! x"$OBSOLETE_GNUSTEP_NETWORK_ROOT" = x"" && test ! x"$OBSOLETE_GNUSTEP_NETWORK_ROOT" = x"no"; then
echo "$as_me:$LINENO: result: $OBSOLETE_GNUSTEP_NETWORK_ROOT: ignored" >&5
echo "${ECHO_T}$OBSOLETE_GNUSTEP_NETWORK_ROOT: ignored" >&6
{ echo "$as_me:$LINENO: WARNING: ignoring --with-network-root=$OBSOLETE_GNUSTEP_NETWORK_ROOT option" >&5
echo "$as_me: WARNING: ignoring --with-network-root=$OBSOLETE_GNUSTEP_NETWORK_ROOT option" >&2;}
else
echo "$as_me:$LINENO: result: no: good" >&5
echo "${ECHO_T}no: good" >&6
fi
#--------------------------------------------------------------------
# Process --with-user-config-file
#--------------------------------------------------------------------

View file

@ -582,69 +582,6 @@ fi
# otherwise we should keep them!
#--------------------------------------------------------------------
#--------------------------------------------------------------------
# Process --with-system-root
#--------------------------------------------------------------------
AC_MSG_CHECKING(if the obsolete --with-system-root option was used)
AC_ARG_WITH(system-root,[
--with-system-root
This is an obsolete option. It used to determine the location of
the SYSTEM domain directory under the 'gnustep' layout. We ignore
this option so that you can write ./configure commands that work
with both old and new gnustep-makes. To get the effect of this
option with this version of gnustep-make, please create your own layout
file and use --with-layout=xxx to use it.
],
OBSOLETE_GNUSTEP_SYSTEM_ROOT="$withval",)
if test ! x"$OBSOLETE_GNUSTEP_SYSTEM_ROOT" = x"" && test ! x"$OBSOLETE_GNUSTEP_SYSTEM_ROOT" = x"no"; then
AC_MSG_RESULT([$OBSOLETE_GNUSTEP_SYSTEM_ROOT: ignored])
AC_MSG_WARN([ignoring --with-system-root=$OBSOLETE_GNUSTEP_SYSTEM_ROOT option])
else
AC_MSG_RESULT(no: good)
fi
#--------------------------------------------------------------------
# Process --with-local-root
#--------------------------------------------------------------------
AC_MSG_CHECKING(if the obsolete --with-local-root option was used)
AC_ARG_WITH(local-root,[
--with-local-root
This is an obsolete option. It used to determine the location of
the LOCAL domain directory under the 'gnustep' layout. We ignore
this option so that you can write ./configure commands that work
with both old and new gnustep-makes. To get the effect of this
option with this version of gnustep-make, please create your own layout
file and use --with-layout=xxx to use it.
],
OBSOLETE_GNUSTEP_LOCAL_ROOT="$withval",)
if test ! x"$OBSOLETE_GNUSTEP_LOCAL_ROOT" = x"" && test ! x"$OBSOLETE_GNUSTEP_LOCAL_ROOT" = x"no"; then
AC_MSG_RESULT([$OBSOLETE_GNUSTEP_LOCAL_ROOT: ignored])
AC_MSG_WARN([ignoring --with-local-root=$OBSOLETE_GNUSTEP_LOCAL_ROOT option])
else
AC_MSG_RESULT(no: good)
fi
#--------------------------------------------------------------------
# Process --with-network-root
#--------------------------------------------------------------------
AC_MSG_CHECKING(if the obsolete --with-network-root option was used)
AC_ARG_WITH(network-root,[
--with-network-root
This is an obsolete option. It used to determine the location of
the NETWORK domain directory under the 'gnustep' layout. We ignore
this option so that you can write ./configure commands that work
with both old and new gnustep-makes. To get the effect of this
option with this version of gnustep-make, please create your own layout
file and use --with-layout=xxx to use it.
],
OBSOLETE_GNUSTEP_NETWORK_ROOT="$withval",)
if test ! x"$OBSOLETE_GNUSTEP_NETWORK_ROOT" = x"" && test ! x"$OBSOLETE_GNUSTEP_NETWORK_ROOT" = x"no"; then
AC_MSG_RESULT([$OBSOLETE_GNUSTEP_NETWORK_ROOT: ignored])
AC_MSG_WARN([ignoring --with-network-root=$OBSOLETE_GNUSTEP_NETWORK_ROOT option])
else
AC_MSG_RESULT(no: good)
fi
#--------------------------------------------------------------------
# Process --with-user-config-file
#--------------------------------------------------------------------