Provide the definition of GL_LINK-WARNING.
authorBruno Haible <bruno@clisp.org>
Sat, 27 Sep 2008 15:55:04 +0000 (17:55 +0200)
committerBruno Haible <bruno@clisp.org>
Sat, 27 Sep 2008 15:55:04 +0000 (17:55 +0200)
ChangeLog
lib/arpa_inet.in.h
modules/arpa_inet
modules/unistd

index a2d6c70..fe42fd8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2008-09-27  Bruno Haible  <bruno@clisp.org>
+
+       * lib/arpa_inet.in.h: Include the GL_LINK_WARNING anchor.
+       * modules/arpa_inet (Depends-on): Add link-warning.
+       (Makefile.am): Insert the definition of GL_LINK-WARNING.
+       * modules/unistd (Makefile.am): Likewise.
+
 2008-09-26  Bruno Haible  <bruno@clisp.org>
 
        * posix-modules (cvsdatestamp, last_checkin_date, version): Remove
index a790ac3..8d85749 100644 (file)
@@ -34,6 +34,8 @@
 #ifndef _GL_ARPA_INET_H
 #define _GL_ARPA_INET_H
 
+/* The definition of GL_LINK_WARNING is copied here.  */
+
 #if @GNULIB_INET_NTOP@
 # if !@HAVE_DECL_INET_NTOP@
 /* Converts an internet address from internal format to a printable,
index e98a531..3691fd5 100644 (file)
@@ -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 $@
index d9101f3..9410778 100644 (file)
@@ -54,6 +54,7 @@ unistd.h: unistd.in.h
              -e 's|@''REPLACE_LCHOWN''@|$(REPLACE_LCHOWN)|g' \
              -e 's|@''REPLACE_LSEEK''@|$(REPLACE_LSEEK)|g' \
              -e 's|@''REPLACE_WRITE''@|$(REPLACE_WRITE)|g' \
+             -e '/definition of GL_LINK_WARNING/r $(LINK_WARNING_H)' \
              < $(srcdir)/unistd.in.h; \
        } > $@-t
        mv $@-t $@