>>>>> "Thomas" == Thomas E Dickey <[EMAIL PROTECTED]> writes:

Thomas> check/see if it (gcc's configure script) uses changequote().
Thomas> That feature is broken in the current alpha versions of
Thomas> autoconf, has been reported a few times (and shows up with
Thomas> this symptom).

No Thomas, you can't say this, this is unfair.  You referred to this
several times, but I never saw any actual code that demonstrates the
problem.  I'm fine with fixing things I can see.

/tmp % cat configure.ac                                          nostromo 14:34
AC_INIT
START
changequote({, })
{{}}
changequote([, ])
[[]]
/tmp % ace                                                       nostromo 14:34
/tmp % sed -n '/START/,$p' configure                             nostromo 14:34
START

{}

[]

Reply via email to