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:
rfm 2006-03-07 10:58:10 +00:00
parent ed4fa070f9
commit 583d63a776
3 changed files with 3 additions and 0 deletions

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.