autoconf 2.54
authorKarl Berry <karl@freefriends.org>
Fri, 20 Sep 2002 14:18:12 +0000 (14:18 +0000)
committerKarl Berry <karl@freefriends.org>
Fri, 20 Sep 2002 14:18:12 +0000 (14:18 +0000)
doc/INSTALL

index ce83b00..54caf7c 100644 (file)
@@ -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
 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.
 
 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
 
 
      ./configure CC=c89 CFLAGS=-O2 LIBS=-lposix