Extended gnustep-config help

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@24568 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2007-02-14 14:05:01 +00:00
parent 34fed13a63
commit 22896d184e
2 changed files with 18 additions and 4 deletions

View file

@ -1,3 +1,8 @@
2007-02-14 Nicola Pero <nicola.pero@meta-innovation.com>
* gnustep-config.in: Extended help to list all the new
filesystem variables.
2007-02-14 Nicola Pero <nicola.pero@meta-innovation.com>
* configure.ac (GNUSTEP_USER_DIR_LIBRARIES): Fixed definition.

View file

@ -36,10 +36,6 @@ if [ "$1" == "--help" ]; then
echo "any GNUstep filesystem setting from the following list -- "
echo
echo "GNUSTEP_MAKEFILES"
echo "GNUSTEP_SYSTEM_ROOT (might be obsolete soon)"
echo "GNUSTEP_LOCAL_ROOT (might be obsolete soon)"
echo "GNUSTEP_NETWORK_ROOT (might be obsolete soon)"
echo "GNUSTEP_USER_ROOT (might be obsolete soon)"
echo "GNUSTEP_USER_DIR"
echo "GNUSTEP_USER_DEFAULTS_DIR"
echo "GNUSTEP_HOST"
@ -47,6 +43,19 @@ if [ "$1" == "--help" ]; then
echo "GNUSTEP_HOST_VENDOR"
echo "GNUSTEP_HOST_OS"
echo "GNUSTEP_IS_FLATTENED"
echo "GNUSTEP_xxx_ROOT (might be obsolete soon)"
echo "GNUSTEP_xxx_APPS"
echo "GNUSTEP_xxx_TOOLS"
echo "GNUSTEP_xxx_LIBRARY"
echo "GNUSTEP_xxx_HEADERS"
echo "GNUSTEP_xxx_LIBRARIES"
echo "GNUSTEP_xxx_DOCUMENTATION"
echo "GNUSTEP_xxx_DOCUMENTATION_MAN"
echo "GNUSTEP_xxx_DOCUMENTATION_INFO"
echo "where 'xxx' could be any of 'SYSTEM', 'NETWORK', 'LOCAL' and 'USER'."
echo
echo "For example, you could get the value of GNUSTEP_SYSTEM_TOOLS to find"
echo "where command-line system programs are located on this system."
echo
exit 0
fi