mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-22 22:00:49 +00:00
Improved example of how to use --with-user-root
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@12177 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
28f5f28d1d
commit
9a96ce236f
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ AC_ARG_WITH(user-root,
|
|||
[--with-user-root
|
||||
Set the GNUSTEP_USER_ROOT directory. Use this option if you want
|
||||
to have the GNUSTEP_USER_ROOT directory in a non-standard place. Example:
|
||||
--with-user-root=/home/nicola/local/GNUstep
|
||||
--with-user-root=~/local/GNUstep
|
||||
],
|
||||
GNUSTEP_USER_ROOT="$withval",
|
||||
GNUSTEP_USER_ROOT=""
|
||||
|
|
Loading…
Reference in a new issue