aboutsummaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL8
1 files changed, 4 insertions, 4 deletions
diff --git a/INSTALL b/INSTALL
index 6e90e07d..a1e89e18 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1,7 +1,7 @@
1Installation Instructions 1Installation Instructions
2************************* 2*************************
3 3
4Copyright (C) 1994-1996, 1999-2002, 2004-2012 Free Software Foundation, 4Copyright (C) 1994-1996, 1999-2002, 2004-2011 Free Software Foundation,
5Inc. 5Inc.
6 6
7 Copying and distribution of this file, with or without modification, 7 Copying and distribution of this file, with or without modification,
@@ -309,10 +309,9 @@ causes the specified `gcc' to be used as the C compiler (unless it is
309overridden in the site shell script). 309overridden in the site shell script).
310 310
311Unfortunately, this technique does not work for `CONFIG_SHELL' due to 311Unfortunately, this technique does not work for `CONFIG_SHELL' due to
312an Autoconf limitation. Until the limitation is lifted, you can use 312an Autoconf bug. Until the bug is fixed you can use this workaround:
313this workaround:
314 313
315 CONFIG_SHELL=/bin/bash ./configure CONFIG_SHELL=/bin/bash 314 CONFIG_SHELL=/bin/bash /bin/bash ./configure CONFIG_SHELL=/bin/bash
316 315
317`configure' Invocation 316`configure' Invocation
318====================== 317======================
@@ -368,3 +367,4 @@ operates.
368 367
369`configure' also accepts some other, not widely useful, options. Run 368`configure' also accepts some other, not widely useful, options. Run
370`configure --help' for more details. 369`configure --help' for more details.
370