[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Cleanup of option help strings
From: |
Peter Eisentraut |
Subject: |
Cleanup of option help strings |
Date: |
Sat, 10 Jan 2004 11:34:30 +0100 |
User-agent: |
KMail/1.5.1 |
I've noticed that some of the --enable- and --with- options added by the
additional autoconf macros in m4/ format and/or align their help
strings inconsistently with the rest of the configure --help output.
The attached patch cleans that up.
I've used the following guidelines:
- Align vertically with other options where possible (of course).
- Start description with lower-case letter.
- At least two spaces between left and right side.
2004-01-10 Peter Eisentraut <address@hidden>
* m4/as.m4 (AM_PROG_AS), m4/depend.m4 (AM_DEP_TRACK),
m4/lispdir.m4 (AM_PATH_LISPDIR), m4/maintainer.m4 (AM_MAINTAINER_MODE),
m4/multi.m4 (AM_ENABLE_MULTILIB): Format and align help string more
consistently.
automake-help-patch
Description: Text Data
- Cleanup of option help strings,
Peter Eisentraut <=