]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
Editing eye-candy.
authorEric Blake <ebb9@byu.net>
Thu, 13 Sep 2007 23:39:07 +0000 (23:39 +0000)
committerEric Blake <ebb9@byu.net>
Thu, 13 Sep 2007 23:39:07 +0000 (23:39 +0000)
* lib/autoconf/general.m4 (_AC_DO_ECHO): Likewise.

ChangeLog
lib/autoconf/general.m4

index 304b03295a1227fa592f5566831e73f64a496f7d..ea97940c9cd92506a7db3475b22db9aebaee75b8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,7 @@
        * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): Restore
        font-lock balance.
        * lib/m4sugar/m4sh.m4 (AS_MKDIR_P): Likewise.
+       * lib/autoconf/general.m4 (_AC_DO_ECHO): Likewise.
        * configure: Regenerate.
 
        Clean up 'make dist' of previous patch.
index b5cd91b4bb204500a3555db3d992aa45540aa4fd..1c10580c30da5922b912828a9eb6047ba5a53589 100644 (file)
@@ -2192,7 +2192,7 @@ AC_DEFUN([_AC_RUN_LOG_STDERR],
 AC_DEFUN([_AC_DO_ECHO],
 [m4_if([$1], [$ac_try], [], [ac_try="$1"
 ])dnl
-dnl If the string contains '"', '`', or '\', then just echo it rather
+dnl If the string contains '\"', '`', or '\\', then just echo it rather
 dnl than expanding it.  This is a hack, but it is safer, while also
 dnl typically expanding simple substrings like '$CC', which is what we want.
 dnl