Rename gl_INET_NTOP.
authorBruno Haible <bruno@clisp.org>
Sat, 27 Mar 2010 13:01:23 +0000 (14:01 +0100)
committerBruno Haible <bruno@clisp.org>
Sat, 27 Mar 2010 13:01:23 +0000 (14:01 +0100)
ChangeLog
m4/getaddrinfo.m4
m4/inet_ntop.m4
modules/inet_ntop

index 17c806b..43d99df 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2010-03-27  Bruno Haible  <bruno@clisp.org>
 
+       * m4/inet_ntop.m4 (gl_FUNC_INET_NTOP): Renamed from gl_INET_NTOP.
+       * m4/getaddrinfo.m4 (gl_GETADDRINFO): Update.
+       * modules/inet_ntop (configure.ac): Update.
+
        * m4/inet_pton.m4 (gl_FUNC_INET_PTON): Renamed from gl_INET_PTON.
        * modules/inet_pton (configure.ac): Update.
 
index 05fd2b6..bc3066d 100644 (file)
@@ -1,4 +1,4 @@
-# getaddrinfo.m4 serial 22
+# getaddrinfo.m4 serial 23
 dnl Copyright (C) 2004-2010 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
@@ -96,7 +96,7 @@ AC_DEFUN([gl_PREREQ_GETADDRINFO], [
   AC_REQUIRE([gl_HEADER_SYS_SOCKET])dnl for HAVE_SYS_SOCKET_H, HAVE_WINSOCK2_H
   AC_REQUIRE([gl_HOSTENT]) dnl for HOSTENT_LIB
   AC_REQUIRE([gl_SERVENT]) dnl for SERVENT_LIB
-  AC_REQUIRE([gl_INET_NTOP]) dnl for INET_NTOP_LIB
+  AC_REQUIRE([gl_FUNC_INET_NTOP]) dnl for INET_NTOP_LIB
   AC_REQUIRE([AC_C_RESTRICT])
   AC_REQUIRE([gl_SOCKET_FAMILIES])
   AC_REQUIRE([gl_HEADER_SYS_SOCKET])
index 20e8d7c..a6d219c 100644 (file)
@@ -1,10 +1,10 @@
-# inet_ntop.m4 serial 11
+# inet_ntop.m4 serial 12
 dnl Copyright (C) 2005, 2006, 2008, 2009, 2010 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
 dnl with or without modifications, as long as this notice is preserved.
 
-AC_DEFUN([gl_INET_NTOP],
+AC_DEFUN([gl_FUNC_INET_NTOP],
 [
   dnl Persuade Solaris <arpa/inet.h> to declare inet_ntop.
   AC_REQUIRE([gl_USE_SYSTEM_EXTENSIONS])
index 7e5c8dc..c6a1b80 100644 (file)
@@ -14,7 +14,7 @@ netinet_in
 extensions
 
 configure.ac:
-gl_INET_NTOP
+gl_FUNC_INET_NTOP
 gl_ARPA_INET_MODULE_INDICATOR([inet_ntop])
 
 Makefile.am: