Tweak config to ue GNUSTEP_CONFIG_FILE environment variable.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@32389 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 2011-02-27 18:28:03 +00:00
parent 05e186ac65
commit 7300f90c8a
2 changed files with 2 additions and 4 deletions

3
configure vendored
View file

@ -2123,7 +2123,6 @@ test -n "$target_alias" &&
#---------------------------------------------------------------------
{ echo "$as_me:$LINENO: checking for GNUstep configuration file to use at runtime" >&5
echo $ECHO_N "checking for GNUstep configuration file to use at runtime... $ECHO_C" >&6; }
GNUSTEP_CONFIG_FILE=""
# This requires gnustep-make > 1.13.0 to work. For gnustep-make =
# 1.13.0 we would have to parse
@ -2153,7 +2152,7 @@ if test "$result" != "no"
then
GNUSTEP_CONFIG_FILE="$result"
fi
if test "$GNUSTEP_CONFIG_FILE" = ""; then
if test x"$GNUSTEP_CONFIG_FILE" = x""; then
case "$target_os" in
mingw*)
GNUSTEP_CONFIG_FILE=./GNUstep.conf ;;

View file

@ -136,7 +136,6 @@ AC_CANONICAL_TARGET([])
# Location of the GNUstep.conf config file (--with-config-file)
#---------------------------------------------------------------------
AC_MSG_CHECKING([for GNUstep configuration file to use at runtime])
GNUSTEP_CONFIG_FILE=""
# This requires gnustep-make > 1.13.0 to work. For gnustep-make =
# 1.13.0 we would have to parse
@ -183,7 +182,7 @@ if test "$result" != "no"
then
GNUSTEP_CONFIG_FILE="$result"
fi
if test "$GNUSTEP_CONFIG_FILE" = ""; then
if test x"$GNUSTEP_CONFIG_FILE" = x""; then
case "$target_os" in
mingw*)
GNUSTEP_CONFIG_FILE=./GNUstep.conf ;;