From: Paul Eggert Date: Thu, 21 Jun 2007 08:21:18 +0000 (+0000) Subject: * MODULES.html.sh: Add include_next. X-Git-Tag: cvs-readonly~222 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=f20d1dd618a98d039504a38687a4919089dfd6c8;p=gnulib.git * MODULES.html.sh: Add include_next. * modules/include_next: New file. --- diff --git a/ChangeLog b/ChangeLog index a16da1213..ea30dd629 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-06-21 Paul Eggert + + * MODULES.html.sh: Add include_next. + * modules/include_next: New file. + 2007-06-20 Paul Eggert * m4/include_next.m4 (gl_INCLUDE_NEXT): Define and AC_SUBST diff --git a/MODULES.html.sh b/MODULES.html.sh index a77b4d012..8a5852d2b 100755 --- a/MODULES.html.sh +++ b/MODULES.html.sh @@ -2529,6 +2529,7 @@ func_all_modules () func_module dummy func_module elisp-comp func_module havelib + func_module include_next func_module ldd func_module lib-ignore func_module link-warning diff --git a/modules/include_next b/modules/include_next new file mode 100644 index 000000000..48ed37997 --- /dev/null +++ b/modules/include_next @@ -0,0 +1,19 @@ +Description: +Allows wrapping a broken system header in a gnulib replacement. + +Files: +m4/include_next.m4 + +Depends-on: + +configure.ac: + +Makefile.am: + +Include: + +License: +LGPL + +Maintainer: +all