-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 According to Bruno Haible on 10/7/2006 11:46 AM: > Eric Blake wrote: >> Thanks for putting up with my critiques; I think the clean-temp module is >> better for it > > Thanks for the critiques! I think the clean-temp module has improved more > in the three months since you and Paul got to look at it, than during > the previous three years where it was "hidden" in the gettext sources.
One more. Is it okay to apply this patch, to reduce make output clutter? 2006-10-16 Eric Blake <[EMAIL PROTECTED]> * modules/clean-temp (Makefile.am): Don't add to make output... (configure.ac): ...instead define SIGNAL_SAFE_LIST inside config.h. - -- Life is short - so eat dessert first! Eric Blake [EMAIL PROTECTED] -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.1 (Cygwin) Comment: Public key at home.comcast.net/~ericblake/eblake.gpg Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFFNEJ384KuGfSFAYARArypAJ9zrCvDIpY3FYh2gL8BHRfHVLvyPQCeM1A7 7xjTiQGphHP5SpspOxfjxa4= =570N -----END PGP SIGNATURE-----
Index: modules/clean-temp =================================================================== RCS file: /sources/gnulib/gnulib/modules/clean-temp,v retrieving revision 1.2 diff -u -p -r1.2 clean-temp --- modules/clean-temp 31 Jul 2006 11:39:18 -0000 1.2 +++ modules/clean-temp 17 Oct 2006 02:36:47 -0000 @@ -19,9 +19,9 @@ linkedhash-list gettext-h configure.ac: +AC_DEFINE([SIGNAL_SAFE_LIST], [1], [Define if lists must be signal-safe.]) Makefile.am: -DEFS += -DSIGNAL_SAFE_LIST lib_SOURCES += clean-temp.h clean-temp.c Include: