bug-automake
[Top][All Lists]
Advanced

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

Re: automake-1.4-p2 doesn't work with autoconf-2.50


From: Akim Demaille
Subject: Re: automake-1.4-p2 doesn't work with autoconf-2.50
Date: 15 Jun 2001 10:20:53 +0200
User-agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Copyleft)

>>>>> "Bruno" == Bruno Haible <address@hidden> writes:

Bruno> because autoconf-2.50 wants AC_DEFUN arguments to be enclosed
Bruno> by brackets.

Nope, it's because 2.50 defines this macro, and therefore when you
fall on

        AC_DEFUN(AM_TYPE_PTRDIFF_T,...

the macro gets expanded.

*all* the arguments should always be properly quoted, including macro
names.



reply via email to

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