From: Ralf Wildenhues Date: Wed, 14 Nov 2007 20:57:37 +0000 (+0100) Subject: * lib/autoconf/status.m4: Fix a couple of comment typos. X-Git-Tag: v2.62~135 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f32d0d7753f5547857e4cbdc47588ca5ccd98fac;p=thirdparty%2Fautoconf.git * lib/autoconf/status.m4: Fix a couple of comment typos. --- diff --git a/ChangeLog b/ChangeLog index da631790..e81f3867 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2007-11-14 Ralf Wildenhues + * 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 diff --git a/lib/autoconf/status.m4 b/lib/autoconf/status.m4 index 4412df0f..487cc015 100644 --- a/lib/autoconf/status.m4 +++ b/lib/autoconf/status.m4 @@ -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 a 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.)