From: Eric Blake Date: Tue, 17 Oct 2006 13:01:43 +0000 (+0000) Subject: * modules/clean-temp (Makefile.am): Don't add to make output... X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6ad0448b8172c62502dc7e2541751537e05eb741;p=pspp * modules/clean-temp (Makefile.am): Don't add to make output... (configure.ac): ...instead define SIGNAL_SAFE_LIST inside config.h. --- diff --git a/ChangeLog b/ChangeLog index 4c829a49c1..e111c6fe33 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2006-10-17 Eric Blake + + * 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 * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define diff --git a/modules/clean-temp b/modules/clean-temp index fad4d1d80a..5748c0145f 100644 --- a/modules/clean-temp +++ b/modules/clean-temp @@ -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: