"Sergey Poznyakoff" <[EMAIL PROTECTED]> writes: > following lines in ChangeLog: > > * modules/fcntl (Depends-on): Depend on absolute-header, not > include_next. > * modules/float: Likewise. > * modules/inttypes: Likewise. > ... > > make me doubt whether this was the right solution.
Sorry about that. The ChangeLog entry was backwards (I just now fixed it). I also added the missing file to gnulib, as follows. 2007-06-21 Paul Eggert <[EMAIL PROTECTED]> * MODULES.html.sh: Add include_next. * modules/include_next: New file. Index: MODULES.html.sh =================================================================== RCS file: /cvsroot/gnulib/gnulib/MODULES.html.sh,v retrieving revision 1.217 diff -u -p -r1.217 MODULES.html.sh --- MODULES.html.sh 18 Jun 2007 12:21:17 -0000 1.217 +++ MODULES.html.sh 21 Jun 2007 08:21:14 -0000 @@ -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 Index: modules/include_next =================================================================== RCS file: modules/include_next diff -N modules/include_next --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ modules/include_next 21 Jun 2007 08:21:14 -0000 @@ -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