summaryrefslogtreecommitdiff
path: root/doc/INSTALL
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2005-02-02 12:32:04 +0000
committerKarl Berry <karl@freefriends.org>2005-02-02 12:32:04 +0000
commit4748c8b4a741094d098a0b5733bd5d95b5013a52 (patch)
tree30ac63d9f3d3c6cfb0b71a306e696a9b5bb74e76 /doc/INSTALL
parent68650590ffe576aaab271a425492980ff96ea4f8 (diff)
downloadgnulib-4748c8b4a741094d098a0b5733bd5d95b5013a52.tar.gz
update from autoconf
Diffstat (limited to 'doc/INSTALL')
-rw-r--r--doc/INSTALL11
1 files changed, 8 insertions, 3 deletions
diff --git a/doc/INSTALL b/doc/INSTALL
index 095b1eb406..56b077d6a0 100644
--- a/doc/INSTALL
+++ b/doc/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
======================