GNOME Bugzilla – Bug 337068
Use AS_HELP_STRING to format help messages
Last modified: 2006-12-01 18:48:48 UTC
The configure script should use the AS_HELP_STRING macro to format the help messages attached to command line options. This macro formats the messsages so that they appear properly aligned in the './configure --help' output, no matter the distance between the option name and its explanation. Furthermore, if the explanation is longer than a line, this macro properly cuts it so that it is split in multiple lines. The attached patch makes the configure code use this macro and also fixes the [] characters that should appear around the default values by using the appropriate quadrigraphs.
Created attachment 62685 [details] [review] Proposed patch.
don't forget to add a changelog entry
The attached patch does have a changelog entry. By the way... if the "accepted-commit_now" status means that I should commit the patch myself... well, I can't. I do not have cvs write access, so someone else will have to do it ;)
ok then, i'll review all your great patch this weekend. Great job !
Thanks :-)
Fixed in CVS. The fix will go into the next patch release. Thank you for your bug report.