running configure.
From Christian Cornelssen.
+2002-04-29 Akim Demaille <akim@epita.fr>
+
+ * doc/install.texi: Better wording for setting variables when
+ running configure.
+ From Christian Cornelssen.
+
2002-04-29 Akim Demaille <akim@epita.fr>
* tests/m4sh.at (LINENO): If testsuite itself is rewritten because
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
Chad R. Larson chad@anasazi.com
Chris P. Ross cross@uu.net
Chris Provenzano proven@cygnus.com
+Christian Cornelssen ccorn@cs.tu-berlin.de
Christian Krackowizer ckrackowiz@std.schuler-ag.com
Christian Krone krischan@sql.de
Christopher Lee chrislee@ri.cmu.edu
@command{configure} script does not know about. Run @samp{./configure
--help} for details on some of the pertinent environment variables.
-You can give @command{configure} initial values for variables by setting
-them in the environment. You can do that on the command line like this:
+You can give @command{configure} initial values for configuration
+parameters by setting variables in the command line or in the environment.
+Here is an example:
@example
./configure CC=c89 CFLAGS=-O2 LIBS=-lposix