mirror of
https://github.com/gnustep/tools-make.git
synced 2025-05-30 08:50:54 +00:00
Avoid references to GNUSTEP_SYSTEM_ROOT
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@24611 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
2bfa29dd89
commit
e7536fb848
3 changed files with 15 additions and 12 deletions
12
configure
vendored
12
configure
vendored
|
@ -3481,11 +3481,11 @@ echo "${ECHO_T}$GNUSTEP_CONFIG_FILE" >&6
|
|||
|
||||
# Reading/importing the existing configuration file is good as a
|
||||
# default because it means that you don't have to type in your
|
||||
# GNUSTEP_SYSTEM_ROOT, GNUSTEP_LOCAL_ROOT, etc. settings every time
|
||||
# you configure gnustep-make. (please note we only read the
|
||||
# system-wide one, not the user one. Reason being that the settings
|
||||
# we read will be used to generate the new system-wide one, while the
|
||||
# user one will be left untouched).
|
||||
# layout/prefix settings every time you configure
|
||||
# gnustep-make. (please note we only read the system-wide one, not the
|
||||
# user one. Reason being that the settings we read will be used to
|
||||
# generate the new system-wide one, while the user one will be left
|
||||
# untouched).
|
||||
|
||||
# Please note that if the user explicitly specified a
|
||||
# --with-layout=xxx option, we do not read the config file. They
|
||||
|
@ -3531,7 +3531,7 @@ fi
|
|||
|
||||
#--------------------------------------------------------------------
|
||||
# Important - from now on, any variable that is set in the filesystem
|
||||
# layout and/or configuration file (eg, GNUSTEP_SYSTEM_ROOT) could
|
||||
# layout and/or configuration file (eg, GNUSTEP_SYSTEM_TOOLS) could
|
||||
# already have a value that we have imported from the files.
|
||||
# ./configure command line options should override those values, but
|
||||
# otherwise we should keep them!
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue