>>>>> "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
{}
[]
- 2.49e problems with gcc Matthew Schalit
- Re: 2.49e problems with gcc Thomas E. Dickey
- Re: 2.49e problems with gcc Matthew Schalit
- RE: 2.49e problems with gcc Tim Van Holder
- Re: 2.49e problems with gcc Thomas Dickey
- Re: 2.49e problems with gcc Akim Demaille
- Re: 2.49e problems with gcc Thomas E. Dickey
- Re: 2.49e problems with gcc Akim Demaille
- Re: 2.49e problems with gcc Tim Van Holder
- Re: 2.49e problems with gcc Akim Demaille
- RE: 2.49e problems with gcc Tim Van Holder
- Re: 2.49e problems with gcc Tim Van Holder
- RE: 2.49e problems with gcc Tim Van Holder
- Re: 2.49e problems with gcc Akim Demaille
- Re: 2.49e problems with gcc Akim Demaille
- Re: 2.49e problems with gcc Tim Van Holder
