Regenerated

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@18822 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2004-03-09 18:15:03 +00:00
parent c4be36062e
commit c8873931ce

11
configure vendored
View file

@ -875,7 +875,7 @@ to have the GNUSTEP_LOCAL_ROOT directory in a non-standard place. Example:
--with-network-root
Set the GNUSTEP_NETWORK_ROOT directory. Use this option if you want
to have the GNUSTEP_NETWORK_ROOT directory in a non-standard place. Example:
to have the GNUSTEP_NETWORK_ROOT directory. Example:
--with-network-root=/usr/local/GNUstep/Network
--with-thread-lib Specify alternate thread library
@ -3197,7 +3197,14 @@ if test "${with_network_root+set}" = set; then
withval="$with_network_root"
GNUSTEP_NETWORK_ROOT="$withval"
else
GNUSTEP_NETWORK_ROOT="$GNUSTEP_ROOT/Network"
# By default we disable network root, by setting GNUSTEP_NETWORK_ROOT
# to be the same as GNUSTEP_LOCAL_ROOT. GNUSTEP_NETWORK_ROOT is very
# rarely used, and most users prefer simpler systems with shorter
# paths and shorter command lines. To turn on GNUSTEP_NETWORK_ROOT
# again, you can use the --with-network-root=xxx option; pass
# something like --with-network-root=/usr/GNUstep/Network on the
# configure command line.
GNUSTEP_NETWORK_ROOT="$GNUSTEP_LOCAL_ROOT"
fi;
echo "$as_me:$LINENO: result: $GNUSTEP_NETWORK_ROOT" >&5