* lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): `config.status

--help' should mention that `--version' outputs configuration
settings.  Report by Bruno Haible.
This commit is contained in:
Ralf Wildenhues 2006-08-08 16:29:04 +00:00
parent 75f3372076
commit 134a37cf31
3 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,9 @@
2006-08-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
* lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): `config.status
--help' should mention that `--version' outputs configuration
settings. Report by Bruno Haible.
2006-08-06 Paul Eggert <eggert@cs.ucla.edu>
Fix test suite failures reported by Pierre in

2
configure vendored
View File

@ -3249,7 +3249,7 @@ current configuration.
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

View File

@ -1189,7 +1189,7 @@ current configuration.
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