summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2010-03-27 14:00:37 +0100
committerBruno Haible <bruno@clisp.org>2010-03-27 14:00:37 +0100
commit0309ca3426d446d04f9e8bd2cc87aa45d2d29737 (patch)
tree9fd14e002823c46202b891985b4ce80abdac7082
parent40825c75b2486c9f4c5e778325ed6edf4e71e4a2 (diff)
downloadgnulib-0309ca3426d446d04f9e8bd2cc87aa45d2d29737.tar.gz
Rename gl_INET_PTON.
-rw-r--r--ChangeLog3
-rw-r--r--m4/inet_pton.m44
-rw-r--r--modules/inet_pton2
3 files changed, 6 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index e332954491..17c806babe 100644
--- 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.
diff --git a/m4/inet_pton.m4 b/m4/inet_pton.m4
index e0b794242f..193f17d0a3 100644
--- a/m4/inet_pton.m4
+++ b/m4/inet_pton.m4
@@ -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])
diff --git a/modules/inet_pton b/modules/inet_pton
index 2600747413..271d7785fb 100644
--- a/modules/inet_pton
+++ b/modules/inet_pton
@@ -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: