]> gcc.gnu.org Git - gcc.git/commitdiff
re PR other/5634 (../configure --prefix=~/... doesn't work)
authorBen Elliston <bje@redhat.com>
Fri, 21 Feb 2003 03:12:17 +0000 (03:12 +0000)
committerBen Elliston <bje@gcc.gnu.org>
Fri, 21 Feb 2003 03:12:17 +0000 (14:12 +1100)
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

gcc/ChangeLog
gcc/doc/install.texi

index 82301ebfc3be6f5fac5291ff72f1ab3bbfdd7caf..5fafbeb7f6e7744f524a445fe29ed673f4ee7529 100644 (file)
@@ -1,3 +1,9 @@
+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>
 
        * configure.in (TARGET_SYSTEM_ROOT): Set default to
index c3bc46fbbbdc3837d1e06aefd724f0c3339dc8e9..0d1496ddeb03f3a67ee34989fafd68243fdf85d5 100644 (file)
@@ -358,7 +358,10 @@ other than the default.  The toplevel installation directory defaults to
 @file{/usr/local}.
 
 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
 are installed.  Normally you should not need to use these options.
This page took 0.085841 seconds and 5 git commands to generate.