Commit a7582c8c by Ben Elliston Committed by Ben Elliston

re PR other/5634 (../configure --prefix=~/... doesn't work)

2003-02-21  Ben Elliston  <bje@redhat.com>

	PR other/5634
	* doc/install.texi (Configuration): Explain using $HOME instead of
	the ~ metacharacter when referring to home directories.

From-SVN: r63201
parent e9f2dc3b
2003-02-21 Ben Elliston <bje@redhat.com>
PR other/5634
* doc/install.texi (Configuration): Explain using $HOME instead of
the ~ metacharacter when referring to home directories.
2003-02-20 Alexandre Oliva <aoliva@redhat.com> 2003-02-20 Alexandre Oliva <aoliva@redhat.com>
* configure.in (TARGET_SYSTEM_ROOT): Set default to * configure.in (TARGET_SYSTEM_ROOT): Set default to
......
...@@ -358,7 +358,10 @@ other than the default. The toplevel installation directory defaults to ...@@ -358,7 +358,10 @@ other than the default. The toplevel installation directory defaults to
@file{/usr/local}. @file{/usr/local}.
We @strong{highly} recommend against @var{dirname} being the same or a We @strong{highly} recommend against @var{dirname} being the same or a
subdirectory of @var{objdir} or vice versa. subdirectory of @var{objdir} or vice versa. If specifying a directory
beneath a user's home directory tree, some shells will not expand
@var{dirname} correctly if it contains the @samp{~} metacharacter; use
@env{$HOME} instead.
These additional options control where certain parts of the distribution These additional options control where certain parts of the distribution
are installed. Normally you should not need to use these options. are installed. Normally you should not need to use these options.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment