Ralf Wildenhues - Re: PATCH: nicer ./configure --help (original) (raw)
This is the mail archive of the gcc-patches@gcc.gnu.orgmailing list for the GCC project.
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
Other format: | [Raw text] |
- From: Ralf Wildenhues
- To: Tom Tromey
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Mon, 12 Feb 2007 13:39:04 +0100
- Subject: Re: PATCH: nicer ./configure --help
- References: <20070211190940.GK32223@iam.uni-bonn.de> <m37iuofj3l.fsf@localhost.localdomain>
Hello Tom, all,
- Tom Tromey wrote on Sun, Feb 11, 2007 at 11:02:54PM CET:
"Ralf" == Ralf Wildenhues Ralf.Wildenhues@gmx.de writes:
Ralf> Please consider this patch that make './configure --help' look Ralf> nicer [...]
Ralf> AC_ARG_ENABLE(libada, Ralf> -[ --enable-libada Builds libada directory], Ralf> +[ --enable-libada build libada directory],
Why not use AS_HELP_STRING here?
No good reason other than consistency in avoiding bugs: Autoconf-2.59's AS_HELP_STRING computes the number of characters wrongly in the presence of quadrigraphs, which was fixed in 2.60. Furthermore, AS_HELP_STRING still (in CVS Autoconf) does not cope well with commas in the strings, and one of the help strings in GCC's configure.ac uses a comma.
Cheers, Ralf
- References:
- PATCH: nicer ./configure --help
* From: Ralf Wildenhues - Re: PATCH: nicer ./configure --help
* From: Tom Tromey
- PATCH: nicer ./configure --help
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |