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]

Hello Tom, all,

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]