From 84adbbc8905995b65f48ba26b63d3b69c637508d Mon Sep 17 00:00:00 2001 From: Marius Vollmer Date: Fri, 24 Sep 2004 01:24:33 +0000 Subject: [PATCH] *** empty log message *** --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index 356f97ab0..cc382cfdc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2004-09-24 Marius Vollmer + + * configure.in: Do not include PTHREAD_CFLAGS in CFLAGS, CFLAGS is + for the user and is often overwritten temporarily. + (GUILE_CFLAGS): New, include PTHREAD_CFLAGS here. + (GUILE_LIBS): Remove THREAD_LIBS_INSTALLED, which is unused now. + 2004-09-22 Marius Vollmer * configure.in: Add AM_GNU_GETTEXT invocation. From Bruno Haible.