]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* HACKING: Refer to "coreutils", not "File, Shell or Text utils".
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 29 Nov 2004 04:34:31 +0000 (04:34 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 29 Nov 2004 04:34:31 +0000 (04:34 +0000)
* lib/m4sugar/m4sh.m4 (AS_HELP_STRING): A typo in the comment.

ChangeLog
HACKING
lib/m4sugar/m4sh.m4

index 744b314c2ab72f2f0020591ed0fa3995dc6d2e14..3834f1530016f7601e0e737f1872f8922bc104c7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
        * 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
diff --git a/HACKING b/HACKING
index bce95fe37597a686a6a75c264e0d92a70b098b9c..adbded2b1f3bfb6d23c2f4ed4b769fded2373643 100644 (file)
--- a/HACKING
+++ b/HACKING
@@ -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
 
index 160bdee0f4653dca016d4a5a0f39f3febf48ec11..2cc29fe9cce5a67bbb79b30e498fffcbe6c5e6a6 100644 (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