autoconf-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: make check hangs on test 93 under Sun Solaris 9


From: Paul Eggert
Subject: Re: make check hangs on test 93 under Sun Solaris 9
Date: Wed, 07 Feb 2007 20:29:24 -0800
User-agent: Gnus/5.1008 (Gnus v5.10.8) Emacs/21.4 (gnu/linux)

Ralf Wildenhues <address@hidden> writes:

> At configure time, this is inside a non-literal here-document (i.e.,
> `<<_ACEOF' was not quoted, thus expansions apply).

Thanks for mentioning that.  Odd that the test cases didn't catch
that.  But we'll need to put some more backslashes in too, no?  I
installed the following.

2007-02-07  Ralf Wildenhues  <address@hidden>
        and Paul Eggert  <address@hidden>

        * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): Fix quoting
        errors introduced in last change.

--- lib/autoconf/status.m4      7 Feb 2007 17:45:37 -0000       1.129
+++ lib/autoconf/status.m4      8 Feb 2007 04:26:41 -0000
@@ -529,7 +529,7 @@ cat >>"\$tmp/subs1.awk" <<CEOF
 ]m4_ifdef([_AC_SUBST_FILES],
 [\$ac_cs_awk_pipe_fini])[
 CEOF
-sed 's/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g' < "\$tmp/subs1.awk" > 
"\$tmp/subs.awk"
+sed "s/\$ac_cr\\\$//; s/\$ac_cr/\$ac_cs_awk_cr/g" < "\$tmp/subs1.awk" > 
"\$tmp/subs.awk"
 _ACEOF
 ]dnl end of double-quoted part





reply via email to

[Prev in Thread] Current Thread [Next in Thread]