bug-autoconf
[Top][All Lists]
Advanced

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

Re: Fix LT_WITH_LTDL: AU_ALIAS bug


From: Stepan Kasal
Subject: Re: Fix LT_WITH_LTDL: AU_ALIAS bug
Date: Tue, 25 Oct 2005 13:16:06 +0200
User-agent: Mutt/1.4.1i

Hello,

On Sat, Sep 10, 2005 at 04:17:52PM +0100, Gary V. Vaughan wrote:
> :-(  Can you document in HACKING that because of our use of AU_ALIAS to
> maintain backwards compatibility with earlier libtool interfaces we must
> not use $# in m4.

actually, I'd prefer if you could put it this way:

The Autoconf manual says that giving an empty parameter is equivalent
to not giving it at all.
(In particular, the Autoconf manual doesn't explain that
"FOO()" is calling macro FOO with one empty parameter.)
To prevent misunderstanding, we should use m4_ifval to check whether
a parameter is empty, and not $# to check for the number of parameters.

[ put in public domain, in case you want to paste it somewhere ;-) ]

Have a nice day,
        Stepan




reply via email to

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