diff modules/arpa_inet @ 30189:20a9c8c912b3

Provide the definition of GL_LINK-WARNING.
author Bruno Haible <bruno@clisp.org>
date Sat, 27 Sep 2008 17:55:04 +0200
parents 7902c57e7155
children bbc8b00b08b5
line wrap: on
line diff
--- a/modules/arpa_inet	Sat Sep 27 16:52:41 2008 +0200
+++ b/modules/arpa_inet	Sat Sep 27 17:55:04 2008 +0200
@@ -7,6 +7,7 @@
 
 Depends-on:
 include_next
+link-warning
 sys_socket
 
 configure.ac:
@@ -30,6 +31,7 @@
 	      -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 $@