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,
"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.
-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
=
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
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