mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +00:00
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:
parent
ed4fa070f9
commit
583d63a776
3 changed files with 3 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue