libtool-patches
[Top][All Lists]
Advanced

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

Re: Compatibility with CVS Autoconf


From: Akim Demaille
Subject: Re: Compatibility with CVS Autoconf
Date: 11 Jan 2001 17:14:35 +0100
User-agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.1 (Crater Lake)

>>>>> "Gary" == Gary V Vaughan <address@hidden> writes:

Gary> I'm curious: how does this affect ``Compatibility with CVS
Gary> Autoconf''?

IIRC it was m4_pattern_allow.  Well, here is what happens:

/tmp % cat configure.ac                                          nostromo 17:13
m4_pattern_allow([^AC_OK$])
AC_INIT
echo AC_BAD
echo AC_OK
/tmp % ace                                                       nostromo 17:13
configure.ac:3: error: undefined macro: AC_BAD
/tmp % ./configure                                               nostromo Err 1
AC_BAD
AC_OK


Autoconf catches A[:letter:]_



reply via email to

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