From: Jim Meyering Date: Sat, 1 Oct 2005 09:49:14 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v5.91~84 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e1170f4d9ea20da7ed5c6f90bae7d04b0d5ff53b;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/m4/ChangeLog b/m4/ChangeLog index 6289779e9c..3f77c381a0 100644 --- a/m4/ChangeLog +++ b/m4/ChangeLog @@ -1,3 +1,13 @@ +2005-10-01 Simon Josefsson + + * getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use AC_GNU_SOURCE, + GNU declares only getaddrinfo as an (POSIX) extension. + Check for sys/types.h, sys/socket.h, and netdb.h too, + needed by getaddrinfo.h. + Check if getaddrinfo, freeaddrinfo and gai_strerror are + declared by the POSIX headers. + Check if struct addrinfo is declared. + 2005-10-01 Jim Meyering * getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these