mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
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:
parent
671f5bcce5
commit
506959a4cb
2 changed files with 2 additions and 4 deletions
3
configure
vendored
3
configure
vendored
|
@ -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 ;;
|
||||
|
|
|
@ -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 ;;
|
||||
|
|
Loading…
Reference in a new issue