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.