[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: CC=cc ./configure or ./configure CC=cc
From: |
Ralf Wildenhues |
Subject: |
Re: CC=cc ./configure or ./configure CC=cc |
Date: |
Tue, 8 Aug 2006 18:29:12 +0200 |
User-agent: |
Mutt/1.5.11 |
* Bruno Haible wrote on Tue, Aug 08, 2006 at 05:50:17PM CEST:
>
> $ ./config.status --help
[...]
> Should better say:
>
> -V, --version print version number and configuration settings, then exit
Fixed as follows. Thanks for reporting.
Cheers,
Ralf
* lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): `config.status
--help' should mention that `--version' outputs configuration
settings. Report by Bruno Haible.
Index: lib/autoconf/status.m4
===================================================================
RCS file: /cvsroot/autoconf/autoconf/lib/autoconf/status.m4,v
retrieving revision 1.116
diff -u -r1.116 status.m4
--- lib/autoconf/status.m4 23 Jun 2006 14:56:30 -0000 1.116
+++ lib/autoconf/status.m4 8 Aug 2006 16:28:21 -0000
@@ -1189,7 +1189,7 @@
Usage: $[0] [[OPTIONS]] [[FILE]]...
-h, --help print this help, then exit
- -V, --version print version number, then exit
+ -V, --version print version number and configuration settings, then exit
-q, --quiet do not print progress messages
-d, --debug don't remove temporary files
--recheck update $as_me by reconfiguring in the same conditions
- Re: CC=cc ./configure or ./configure CC=cc,
Ralf Wildenhues <=