mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-23 22:33:28 +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
|
@ -2,6 +2,9 @@
|
|||
|
||||
* filesystem.csh.in: Fixed typo (GNUSTEP_SYSTEM_ROOT instead of
|
||||
GNUSTEP_SYSTEM_APPS).
|
||||
* configure.ac: Updated comments avoiding references to
|
||||
GNUSTEP_SYSTEM_ROOT.
|
||||
* configure: Regenerated.
|
||||
|
||||
2007-02-16 Adam Fedor <fedor@gnu.org>
|
||||
|
||||
|
|
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!
|
||||
|
|
12
configure.ac
12
configure.ac
|
@ -372,11 +372,11 @@ AC_SUBST(GNUSTEP_CONFIG_FILE)
|
|||
|
||||
# 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
|
||||
|
@ -417,7 +417,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…
Reference in a new issue