summaryrefslogtreecommitdiff
path: root/lib/INSTALL
diff options
context:
space:
mode:
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>2006-05-16 18:48:07 +0000
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>2006-05-16 18:48:07 +0000
commit09856aa13e8441f610735b116f8876e80663877b (patch)
tree98a941dd82293ad84ebdd269c2d9786e9844cd31 /lib/INSTALL
parentf67c9d61cfee5e56e74b3fd8ee190533aac608d9 (diff)
downloadautomake-09856aa13e8441f610735b116f8876e80663877b.tar.gz
* INSTALL, lib/config.guess, lib/config.sub, lib/texinfo.tex:
New upstream versions.
Diffstat (limited to 'lib/INSTALL')
-rw-r--r--lib/INSTALL12
1 files changed, 6 insertions, 6 deletions
diff --git a/lib/INSTALL b/lib/INSTALL
index 23e5f25d0..5f5529c0f 100644
--- a/lib/INSTALL
+++ b/lib/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
======================