]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
Regenerate.
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 13 Feb 2006 07:59:45 +0000 (07:59 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 13 Feb 2006 07:59:45 +0000 (07:59 +0000)
INSTALL
man/autoreconf.1

diff --git a/INSTALL b/INSTALL
index 23e5f25d0e5f85798dcfb368ecb2f04f59777f61..5f5529c0fdcff5952afe8e925fd8015cb86a4cec 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -1,8 +1,8 @@
 Installation Instructions
 *************************
 
-Copyright (C) 1994, 1995, 1996, 1999, 2000, 2001, 2002, 2004, 2005 Free
-Software Foundation, Inc.
+Copyright (C) 1994, 1995, 1996, 1999, 2000, 2001, 2002, 2004, 2005,
+2006 Free Software Foundation, Inc.
 
 This file is free documentation; the Free Software Foundation gives
 unlimited permission to copy, distribute and modify it.
@@ -190,12 +190,12 @@ them in the `configure' command line, using `VAR=value'.  For example:
      ./configure CC=/usr/local2/bin/gcc
 
 causes the specified `gcc' to be used as the C compiler (unless it is
-overridden in the site shell script).  Here is a another example:
+overridden in the site shell script).
 
-     /bin/bash ./configure CONFIG_SHELL=/bin/bash
+Unfortunately, this technique does not work for `CONFIG_SHELL' due to
+an Autoconf bug.  Until the bug is fixed you can use this workaround:
 
-Here the `CONFIG_SHELL=/bin/bash' operand causes subsequent
-configuration-related scripts to be executed by `/bin/bash'.
+     CONFIG_SHELL=/bin/bash /bin/bash ./configure CONFIG_SHELL=/bin/bash
 
 `configure' Invocation
 ======================
index a23bf77631a4917cf040c3941c4bc1e67a6536f0..7ea40652ba81dd59356a237f671de82fd2dcbb61 100644 (file)
@@ -35,6 +35,9 @@ consider all files obsolete
 \fB\-i\fR, \fB\-\-install\fR
 copy missing auxiliary files
 .TP
+\fB\-\-no\-recursive\fR
+don't rebuild sub\-packages
+.TP
 \fB\-s\fR, \fB\-\-symlink\fR
 with \fB\-i\fR, install symbolic links instead of copies
 .TP