* modules/clean-temp (Makefile.am): Don't add to make output...
authorEric Blake <ebb9@byu.net>
Tue, 17 Oct 2006 13:01:43 +0000 (13:01 +0000)
committerEric Blake <ebb9@byu.net>
Tue, 17 Oct 2006 13:01:43 +0000 (13:01 +0000)
(configure.ac): ...instead define SIGNAL_SAFE_LIST inside
config.h.

ChangeLog
modules/clean-temp

index 4c829a49c112c7dcf550f06406452b4a822af4e9..e111c6fe339c15f59cc477ad7235a02eb859c785 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2006-10-17  Eric Blake  <ebb9@byu.net>
+
+       * modules/clean-temp (Makefile.am): Don't add to make output...
+       (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
+       config.h.
+
 2006-10-17  Bruno Haible  <bruno@clisp.org>
 
        * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
index fad4d1d80a7077b1e629db8930ed2d7ac1c45834..5748c0145ffb2b2f4896fdbb0d8ce2b7e323937d 100644 (file)
@@ -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: