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:
Nicola Pero 2005-10-13 01:39:20 +00:00
parent c490016f73
commit f96d467f3f

View file

@ -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