mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-22 22:00:49 +00:00
Added helpful comment
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@21817 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
c490016f73
commit
f96d467f3f
1 changed files with 4 additions and 1 deletions
|
@ -186,7 +186,10 @@ 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.
|
||||
# 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).
|
||||
|
||||
# It can be annoying in certain cases though; this option lets you
|
||||
# turn it off
|
||||
|
|
Loading…
Reference in a new issue