Re: [bug-gnulib] gnulib changes to make it easier for coreutils to use gnulib-tool

2006-08-24 Thread Bruno Haible
Paul Eggert wrote: > * MODULES.html.sh: Move 'assert' into the assert section. > Move 'dummy' into the linking section. > Remove ullong_max. > Add section for compatibility checks for POSIX:2001 functions, > and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,

Re: [bug-gnulib] gnulib changes to make it easier for coreutils to use gnulib-tool

2006-08-23 Thread Paul Eggert
"Mark D. Baushke" <[EMAIL PROTECTED]> writes: > I believe that the new openat module needs to depend on lchown. Yes, thanks for noting that. I installed your patch.

Re: [bug-gnulib] gnulib changes to make it easier for coreutils to use gnulib-tool

2006-08-23 Thread Mark D. Baushke
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Paul, I believe that the new openat module needs to depend on lchown. I updated CVS and it didn't pull in the lchown module which lead to a build-break on BSDI BSD/OS. Index: modules/openat =

Re: [bug-gnulib] gnulib changes to make it easier for coreutils to use gnulib-tool

2006-08-22 Thread Bruno Haible
Paul Eggert wrote: > I installed the following almost-but-not-quite-mechanical > change to do that for all the modules that Jim or I help maintain. Thanks a lot! With this, I could remove 5 .diff overrides from gettext's gnulib-local. > The error and obstack modules are a special case because Aut

Re: [bug-gnulib] gnulib changes to make it easier for coreutils to use gnulib-tool

2006-08-21 Thread Bruno Haible
Paul Eggert wrote: > Is this as simple as removing the AC_SOURCES lines in the .m4 files, > and replacing them with Files: lines in the modules file It's as simple as removing the AC_SOURCES lines and adding the files to lib_SOURCES or noinst_HEADERS or EXTRA_DIST. For a .h file it doesn't matter