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: gnulib changes to make it easier for coreutils to use gnulib-tool

2006-08-22 Thread Paul Eggert
Simon Josefsson <[EMAIL PROTECTED]> writes: > No, please go ahead. OK, thanks, I installed this. 2006-08-22 Paul Eggert <[EMAIL PROTECTED]> Avoid the need for AC_LIBSOURCES in m4 macros. * modules/arcfour (EXTRA_DIST): Add arcfour.h. * modules/arctwo (EXTRA_DIST): Add

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

2006-08-22 Thread Simon Josefsson
Paul Eggert <[EMAIL PROTECTED]> writes: > Also: Simon, would you object to similar changes for the following m4 > files? They're the only ones remaining that have the problem. > > arcfour arctwo check-version crc des gc getdelim getline hmac-md5 > hmac-sha1 md2 md4 read-file readline rijndael No

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

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

2006-08-21 Thread Jim Meyering
Paul Eggert <[EMAIL PROTECTED]> wrote: > I am changing coreutils so that it will use gnulib-tool. As the first > part of this project I'm installing the following changes into gnulib. > I've tried to keep the changes "minimal", but that's a relative term > when talking about a change of this magni

gnulib changes to make it easier for coreutils to use gnulib-tool

2006-08-20 Thread Paul Eggert
I am changing coreutils so that it will use gnulib-tool. As the first part of this project I'm installing the following changes into gnulib. I've tried to keep the changes "minimal", but that's a relative term when talking about a change of this magnitude. Please let me know if it causes problems