summaryrefslogtreecommitdiff
path: root/INSTALL.autoconf
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2002-12-12 22:34:07 +0100
committerKevin Ryde <user42@zip.com.au>2002-12-12 22:34:07 +0100
commit4cbd81db4581d7d481733e29e4f58b46871d3a49 (patch)
tree9f4a85eff147f22d4317f036941ce76fc866ff53 /INSTALL.autoconf
parentdcb878944a728bbac3d80e18eb81bce74c4a24c9 (diff)
downloadgmp-4cbd81db4581d7d481733e29e4f58b46871d3a49.tar.gz
* configure, aclocal.m4, config.in, INSTALL.autoconf: Update to
autoconf 2.57.
Diffstat (limited to 'INSTALL.autoconf')
-rw-r--r--INSTALL.autoconf7
1 files changed, 4 insertions, 3 deletions
diff --git a/INSTALL.autoconf b/INSTALL.autoconf
index ce83b00cf..54caf7c19 100644
--- a/INSTALL.autoconf
+++ b/INSTALL.autoconf
@@ -1,4 +1,4 @@
-Copyright 1994, 1995, 1996, 1999, 2000, 2001, 2002 Free Software
+Copyright (C) 1994, 1995, 1996, 1999, 2000, 2001, 2002 Free Software
Foundation, Inc.
This file is free documentation; the Free Software Foundation gives
@@ -71,8 +71,9 @@ Compilers and Options
the `configure' script does not know about. Run `./configure --help'
for details on some of the pertinent environment variables.
- You can give `configure' initial values for variables by setting
-them in the environment. You can do that on the command line like this:
+ You can give `configure' initial values for configuration parameters
+by setting variables in the command line or in the environment. Here
+is an example:
./configure CC=c89 CFLAGS=-O2 LIBS=-lposix