summaryrefslogtreecommitdiff
path: root/lib/INSTALL
diff options
context:
space:
mode:
authorAlexandre Duret-Lutz <adl@gnu.org>2005-02-12 22:42:14 +0000
committerAlexandre Duret-Lutz <adl@gnu.org>2005-02-12 22:42:14 +0000
commit57d7fa70a1bdff8032820669b8ff7c1bac6cf4d4 (patch)
treecbabd832290bd6bcf0087dbe9361603162dfcb55 /lib/INSTALL
parent967a97077f9193e35f2e2080cd1440f39c260ba1 (diff)
downloadautomake-57d7fa70a1bdff8032820669b8ff7c1bac6cf4d4.tar.gz
* lib/INSTALL, lib/config-ml.in, lib/config.guess, lib/config.sub,
lib/texinfo.tex: New upstream versions.
Diffstat (limited to 'lib/INSTALL')
-rw-r--r--lib/INSTALL11
1 files changed, 8 insertions, 3 deletions
diff --git a/lib/INSTALL b/lib/INSTALL
index 095b1eb40..56b077d6a 100644
--- a/lib/INSTALL
+++ b/lib/INSTALL
@@ -1,7 +1,7 @@
Installation Instructions
*************************
-Copyright (C) 1994, 1995, 1996, 1999, 2000, 2001, 2002, 2004 Free
+Copyright (C) 1994, 1995, 1996, 1999, 2000, 2001, 2002, 2004, 2005 Free
Software Foundation, Inc.
This file is free documentation; the Free Software Foundation gives
@@ -189,8 +189,13 @@ them in the `configure' command line, using `VAR=value'. For example:
./configure CC=/usr/local2/bin/gcc
-will cause the specified gcc to be used as the C compiler (unless it is
-overridden in the site shell script).
+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:
+
+ /bin/bash ./configure CONFIG_SHELL=/bin/bash
+
+Here the `CONFIG_SHELL=/bin/bash' operand causes subsequent
+configuration-related scripts to be executed by `/bin/bash'.
`configure' Invocation
======================