Rename gl_INET_PTON.
authorBruno Haible <bruno@clisp.org>
Sat, 27 Mar 2010 13:00:37 +0000 (14:00 +0100)
committerBruno Haible <bruno@clisp.org>
Sat, 27 Mar 2010 13:00:37 +0000 (14:00 +0100)
ChangeLog
m4/inet_pton.m4
modules/inet_pton

index e3329544918540cbf8aa6a45f66f79f9a6417887..17c806babe4fb022c235347e3ba201d9119b9733 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2010-03-27  Bruno Haible  <bruno@clisp.org>
 
+       * m4/inet_pton.m4 (gl_FUNC_INET_PTON): Renamed from gl_INET_PTON.
+       * modules/inet_pton (configure.ac): Update.
+
        * m4/mbslen.m4 (gl_FUNC_MBSLEN): Renamed from gl_MBSLEN.
        * modules/mbslen (configure.ac): Update.
 
index e0b794242f38c9dbdafa35734cf828360cba5601..193f17d0a34eea10cc5db76d3e5dfcf61b1a33cd 100644 (file)
@@ -1,10 +1,10 @@
-# inet_pton.m4 serial 9
+# inet_pton.m4 serial 10
 dnl Copyright (C) 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_PTON],
+AC_DEFUN([gl_FUNC_INET_PTON],
 [
   dnl Persuade Solaris <arpa/inet.h> to declare inet_pton.
   AC_REQUIRE([gl_USE_SYSTEM_EXTENSIONS])
index 260074741313702a5fae5b11fc7adcf81ef48c98..271d7785fbb842f4823dcf7f7d7931f4d16c1d87 100644 (file)
@@ -15,7 +15,7 @@ netinet_in
 extensions
 
 configure.ac:
-gl_INET_PTON
+gl_FUNC_INET_PTON
 gl_ARPA_INET_MODULE_INDICATOR([inet_pton])
 
 Makefile.am: