bug-autoconf
[Top][All Lists]
Advanced

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

Re: Network-related functions and configuring for MinGW


From: Paul Eggert
Subject: Re: Network-related functions and configuring for MinGW
Date: Sat, 07 Jan 2012 11:44:19 -0800
User-agent: Mozilla/5.0 (X11; Linux i686; rv:8.0) Gecko/20111124 Thunderbird/8.0

As a general rule, we're trying to migrate checking for specific
library features out of Autoconf and into gnulib or whereever.
This is true for POSIX interfaces as well as for non-POSIX;
for example, it's why AC_FUNC_FNMATCH is marked as an obsolescent
macro in Autoconf.  (I'd like to remove more of these macros from
Autoconf as well, at some point.)  Any improvements for network-related
library functions are probably better suited for the package that needs
them, or for gnulib.

Perhaps Autoconf needs to support a general feature for checking
library features, which could be used by gnulib or whatever to
check for specific features, but we'd need some implementation
experience to know what that feature would be.



reply via email to

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