X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Finet_pton.m4;h=e0ec432bc6e3e600608789f0d38162ee401e7004;hb=959d9cb463d992f9c5cc2fbeb54bf12eee2346f7;hp=a72cd2383ca0157c01c06642b4aea7aeff996aaa;hpb=57140272c3a8a37eddabab3270fd93b2e441023c;p=gnulib.git diff --git a/m4/inet_pton.m4 b/m4/inet_pton.m4 index a72cd2383..e0ec432bc 100644 --- a/m4/inet_pton.m4 +++ b/m4/inet_pton.m4 @@ -1,5 +1,5 @@ -# inet_pton.m4 serial 5 -dnl Copyright (C) 2006, 2008 Free Software Foundation, Inc. +# inet_pton.m4 serial 7 +dnl Copyright (C) 2006, 2008, 2009 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. @@ -9,10 +9,9 @@ AC_DEFUN([gl_INET_PTON], dnl Persuade Solaris to declare inet_pton. AC_REQUIRE([gl_USE_SYSTEM_EXTENSIONS]) - AC_REQUIRE([gl_ARPA_INET_H_DEFAULTS]) - ARPA_INET_H='arpa/inet.h' + gl_REPLACE_ARPA_INET_H - AC_REPLACE_FUNCS(inet_pton) + AC_REPLACE_FUNCS([inet_pton]) gl_PREREQ_INET_PTON ])