X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Farpa_inet;h=3691fd5cb8dcda844055b1124c9d782751bede55;hb=0a3f7af426469ab51370585e1a3afba66ff24b57;hp=e98a53161fd19312a6f4af8e6677570af15cf2a3;hpb=c2318e88599d84748f3537b54646913f0af0eb20;p=gnulib.git diff --git a/modules/arpa_inet b/modules/arpa_inet index e98a53161..3691fd5cb 100644 --- a/modules/arpa_inet +++ b/modules/arpa_inet @@ -7,6 +7,7 @@ m4/arpa_inet_h.m4 Depends-on: include_next +link-warning sys_socket configure.ac: @@ -30,6 +31,7 @@ arpa/inet.h: -e 's|@''GNULIB_INET_PTON''@|$(GNULIB_INET_PTON)|g' \ -e 's|@''HAVE_DECL_INET_NTOP''@|$(HAVE_DECL_INET_NTOP)|g' \ -e 's|@''HAVE_DECL_INET_PTON''@|$(HAVE_DECL_INET_PTON)|g' \ + -e '/definition of GL_LINK_WARNING/r $(LINK_WARNING_H)' \ < $(srcdir)/arpa_inet.in.h; \ } > $@-t mv $@-t $@