bug-gnulib
[Top][All Lists]
Advanced

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

Re: iconv.m4: avoid warning


From: Eric Blake
Subject: Re: iconv.m4: avoid warning
Date: Tue, 18 May 2010 07:56:38 -0600
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.9) Gecko/20100430 Fedora/3.0.4-3.fc13 Lightning/1.0b1 Mnenhy/0.8.2 Thunderbird/3.0.4

On 05/18/2010 03:06 AM, Bruno Haible wrote:
> Hi Eric,
> 
>> Typo in the ChangeLog; s/AM_DEFUN_ONCE/AC_DEFUN_ONCE/
> 
> Oops. Fixed now. Thanks.
> 
>>> +m4_version_prereq([2.64],[AC_DEFUN_ONCE],[AC_DEFUN])([AM_ICONV],
>>
>>  ... rather than have a version check, I'd rather see:
>>
>> m4_ifdef([AC_DEFUN_ONCE],[AC_DEFUN_ONCE],[AC_DEFUN])([AM_ICONV],
> 
> Remember that AC_DEFUN_ONCE existed all the time in autoconf, since 2.52
> or earlier, but it was not really usable before 2.64. (See autoconf/NEWS.)
> With this m4_ifdef, equivalent to an unconditional use of AC_DEFUN_ONCE,
> users of autoconf < 2.64 without gnulib would encounter warnings that
> they have not seen so far.

Good point.

> I don't see how to test for a new vs. an old definition of AC_DEFUN_ONCE.

You can use the existence of gnulib's witness macro (in 00gnulib.m4) as
the proof of a working AC_DEFUN_ONCE prior to 2.64:

m4_version_prereq([2.64],[AC_DEFUN_ONCE],
[m4_ifdef([gl_00GNULIB],[AC_DEFUN_ONCE],[AC_DEFUN])])([AM_ICONV],

-- 
Eric Blake   address@hidden    +1-801-349-2682
Libvirt virtualization library http://libvirt.org

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

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