From: Eric Blake Date: Thu, 13 Sep 2007 23:39:07 +0000 (+0000) Subject: Editing eye-candy. X-Git-Tag: v2.62~266 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=39f7ed183cf605a54b22fb17a1bc398b1dcf7faa;p=thirdparty%2Fautoconf.git Editing eye-candy. * lib/autoconf/general.m4 (_AC_DO_ECHO): Likewise. --- diff --git a/ChangeLog b/ChangeLog index 304b0329..ea97940c 100644 --- 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. diff --git a/lib/autoconf/general.m4 b/lib/autoconf/general.m4 index b5cd91b4..1c10580c 100644 --- a/lib/autoconf/general.m4 +++ b/lib/autoconf/general.m4 @@ -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