From: Paul Eggert Date: Mon, 13 Feb 2006 07:59:45 +0000 (+0000) Subject: Regenerate. X-Git-Tag: AUTOCONF-2.59c~184 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b12e1abd03c74198949cea54792e2f9cbf9f00bc;p=thirdparty%2Fautoconf.git Regenerate. --- diff --git a/INSTALL b/INSTALL index 23e5f25d0..5f5529c0f 100644 --- 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 ====================== diff --git a/man/autoreconf.1 b/man/autoreconf.1 index a23bf7763..7ea40652b 100644 --- a/man/autoreconf.1 +++ b/man/autoreconf.1 @@ -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