autoconf
[Top][All Lists]
Advanced

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

Re: 2.49e problems with gcc


From: Akim Demaille
Subject: Re: 2.49e problems with gcc
Date: 10 May 2001 14:35:25 +0200
User-agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.1 (Cuyahoga Valley)

>>>>> "Thomas" == Thomas E Dickey <address@hidden> 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

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