bug-gnulib
[Top][All Lists]
Advanced

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

Re: AC_FUNC_STRTOD


From: Eric Blake
Subject: Re: AC_FUNC_STRTOD
Date: Fri, 17 Sep 2010 10:22:11 -0600
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.9) Gecko/20100907 Fedora/3.1.3-1.fc13 Mnenhy/0.8.3 Thunderbird/3.1.3

On 08/28/2010 04:42 AM, Bruno Haible wrote:
+** Newly obsolete macros
+   The following macros have been marked obsolete.  New programs should use
+   the corresponding Gnulib modules.  Gnulib not only detects the particular
+   portability problems but also provides complete workarounds.
+
+     AC_FUNC_ERROR_AT_LINE  AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK
+     AC_FUNC_MKTIME  AC_FUNC_STRTOD

If that gets accepted in Autoconf, here is a proposed patch for gnulib, in
order to take over the maintenance of these macros from Autoconf (and also of
AC_FUNC_MEMCMP, which was already marked obsolescent).


2010-08-28  Bruno Haible<address@hidden>

        Take over the maintenance of some older macros from Autoconf.
        * m4/error.m4 (AC_FUNC_ERROR_AT_LINE): New macro, from GNU Autoconf.
        * m4/lstat.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): New macro, from
        GNU Autoconf.
        * m4/memcmp.m4 (AC_FUNC_MEMCMP): New macro, from GNU Autoconf.
        * m4/mktime.m4 (AC_FUNC_MKTIME): Change comment.

Seems reasonable to me, so I pushed this one to gnulib on your behalf.

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



reply via email to

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