]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* lib/autoconf/status.m4: Fix a couple of comment typos.
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Wed, 14 Nov 2007 20:57:37 +0000 (21:57 +0100)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Wed, 14 Nov 2007 20:57:37 +0000 (21:57 +0100)
ChangeLog
lib/autoconf/status.m4

index da6317909b8246c752a04f1d6b73550badbf7aa7..e81f386718fb462d581d69d2b3de521c8ace3e35 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2007-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
+       * lib/autoconf/status.m4: Fix a couple of comment typos.
+
        * lib/m4sugar/m4sh.m4 (AS_TMPDIR): Use $as_me, not $me.
 
 2007-11-13  Jim Meyering  <meyering@redhat.com>
index 4412df0f8fc8a74f13bd13124ba637d97bc5ec4f..487cc015259810da153eb14bf5cb86e1008a51a7 100644 (file)
@@ -189,10 +189,10 @@ m4_define([_AC_CONFIG_DEPENDENCY],
 # ------------------------------------------------------
 # Expand to `:DEST.in' if appropriate, or to empty string otherwise.
 #
-# More detailed edscription:
+# More detailed description:
 # If the tag contains `:', expand to nothing.
 # Otherwise, for a config file or header, add `:DEST.in'.
-# For config link, DEST.in is not appropriate:
+# For config link, DEST.in is not appropriate:
 #  - if the tag is literal, complain.
 #  - otherwise, just expand to nothing and proceed with fingers crossed.
 #    (We get to this case from the obsolete AC_LINK_FILES, for example.)