* HACKING: Refer to "coreutils", not "File, Shell or Text utils".

* lib/m4sugar/m4sh.m4 (AS_HELP_STRING): A typo in the comment.
This commit is contained in:
Paul Eggert 2004-11-29 04:34:31 +00:00
parent f72fc4eb29
commit 76da3417c6
3 changed files with 10 additions and 5 deletions

View File

@ -11,6 +11,11 @@
* NEWS: Mention that bugs.gnu.org is kaput.
* README: Likewise. Mention where mailing list archives can be found.
2004-11-28 Stepan Kasal <address@hidden>
* HACKING: Refer to "coreutils", not "File, Shell or Text utils".
* lib/m4sugar/m4sh.m4 (AS_HELP_STRING): A typo in the comment.
2004-11-26 Paul Eggert <eggert@cs.ucla.edu>
* doc/autoconf.texi (Pretty Help Strings): Go back to

View File

@ -46,7 +46,7 @@ release:
(POSIXLY_CORRECT).
- Try some real world packages
Good examples include the File, Shell or Text utils.
Good example is the coreutils package.
* Release Procedure

View File

@ -1036,10 +1036,10 @@ _AS_PATH_WALK([$PATH], [echo "PATH: $as_dir"])
# "--with-readline", while the RHS is "support fancy command line
# editing".
#
# If the LHS is contains more than (COLUMN - 3) characters, then the LHS
# is terminated with a newline so that the RHS starts on a line of its
# own beginning with COLUMN. In the default case, this corresponds to
# an LHS with more than 23 characters.
# If the LHS contains more than (COLUMN - 3) characters, then the LHS is
# terminated with a newline so that the RHS starts on a line of its own
# beginning with COLUMN. In the default case, this corresponds to an
# LHS with more than 23 characters.
#
# Therefore, in the example, if the LHS were instead
# "--with-readline-blah-blah-blah", then the AS_HELP_STRING macro would