changeset 7515:480017821fd6

* modules/clean-temp (Makefile.am): Don't add to make output... (configure.ac): ...instead define SIGNAL_SAFE_LIST inside config.h.
author Eric Blake <ebb9@byu.net>
date Tue, 17 Oct 2006 13:01:43 +0000
parents 9984a0d28570
children fcc34716ac1c
files ChangeLog modules/clean-temp
diffstat 2 files changed, 7 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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
--- a/modules/clean-temp
+++ b/modules/clean-temp
@@ -19,9 +19,9 @@
 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: