+2008-04-29 Bruno Haible <bruno@clisp.org>
+
+ * m4/inet_ntop.m4 (gl_INET_NTOP): Require gl_USE_SYSTEM_EXTENSIONS.
+ * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
+ * modules/inet_ntop (Depends-on): Add extensions.
+ * modules/inet_pton (Depends-on): Likewise.
+ Reported by Simon Josefsson.
+
2008-04-29 Jim Meyering <meyering@redhat.com>
When the is more than one match in a block, match all of them.
AC_DEFUN([gl_INET_NTOP],
[
+ dnl Persuade Solaris <arpa/inet.h> to declare inet_ntop.
+ AC_REQUIRE([gl_USE_SYSTEM_EXTENSIONS])
+
AC_REQUIRE([gl_ARPA_INET_H_DEFAULTS])
ARPA_INET_H='arpa/inet.h'
AC_DEFUN([gl_INET_PTON],
[
+ dnl Persuade Solaris <arpa/inet.h> to declare inet_ntop.
+ AC_REQUIRE([gl_USE_SYSTEM_EXTENSIONS])
+
AC_REQUIRE([gl_ARPA_INET_H_DEFAULTS])
ARPA_INET_H='arpa/inet.h'