Don't allow environment variable to confuse config file location.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@22611 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 2006-03-07 10:58:10 +00:00
parent d9fd2b3299
commit 37fdb1f4f7
3 changed files with 3 additions and 0 deletions

View file

@ -11,6 +11,7 @@
add comments to say that it may be deprecated in a later
release if/when we move to using NSStream throughout.
* configure.ac: minor documentation corrections.
Don't allow environment variable to confuse setup of file location.
* configure: regenerated
2006-03-05 Richard Frith-Macdonald <rfm@gnu.org>

1
configure vendored
View file

@ -1492,6 +1492,7 @@ test -n "$target_alias" &&
#---------------------------------------------------------------------
echo "$as_me:$LINENO: checking for GNUstep configuration file to use" >&5
echo $ECHO_N "checking for GNUstep configuration file to use... $ECHO_C" >&6
GNUSTEP_CONFIG_FILE=""
GNUSTEP_MAKE_CONFIG=`grep '^GNUSTEP_CONFIG_FILE *=' $GNUSTEP_MAKEFILES/config.make | sed -e 's/GNUSTEP_CONFIG_FILE *= *\(.*\)/\1/'`
# Check whether --with-config-file or --without-config-file was given.

View file

@ -55,6 +55,7 @@ AC_CANONICAL_TARGET([])
# Location of the GNUstep.conf config file (--with-config-file)
#---------------------------------------------------------------------
AC_MSG_CHECKING([for GNUstep configuration file to use])
GNUSTEP_CONFIG_FILE=""
GNUSTEP_MAKE_CONFIG=`grep '^GNUSTEP_CONFIG_FILE *=' $GNUSTEP_MAKEFILES/config.make | sed -e 's/GNUSTEP_CONFIG_FILE *= *\(.*\)/\1/'`
AC_ARG_WITH(config-file,
[ --with-config-file=PATH Specify path to the GNUstep config file.