mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-22 22:00:49 +00:00
Updated some comments
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@21807 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
7435943579
commit
33b097fcf7
1 changed files with 4 additions and 2 deletions
|
@ -212,8 +212,7 @@ else
|
|||
fi
|
||||
|
||||
#--------------------------------------------------------------------
|
||||
# Process --with-defaults-root, --with-user-root,
|
||||
# --with-local-root and --with-network-root
|
||||
# Process --with-system-root (TODO), --with-local-root and --with-network-root
|
||||
#--------------------------------------------------------------------
|
||||
AC_MSG_CHECKING(for GNUSTEP_LOCAL_ROOT to use)
|
||||
AC_ARG_WITH(local-root,
|
||||
|
@ -249,6 +248,9 @@ AC_MSG_RESULT($GNUSTEP_NETWORK_ROOT)
|
|||
AC_SUBST(GNUSTEP_LOCAL_ROOT)
|
||||
AC_SUBST(GNUSTEP_NETWORK_ROOT)
|
||||
|
||||
#--------------------------------------------------------------------
|
||||
# Process --with-defaults-root and --with-user-root
|
||||
#--------------------------------------------------------------------
|
||||
AC_MSG_CHECKING(for GNUSTEP_USER_ROOT to use)
|
||||
AC_ARG_WITH(user-root,
|
||||
[--with-user-root
|
||||
|
|
Loading…
Reference in a new issue