Use $(GCC_CFLAGS) for `-Werror' et al. so that it's not used to compile
[bpt/guile.git] / libguile / ChangeLog
index 15e6b4c..a3c9767 100644 (file)
@@ -1,3 +1,14 @@
+2008-08-25  Ludovic Courtès  <ludo@gnu.org>
+
+       * Makefile.am (AM_CFLAGS): New.
+       (guile_CFLAGS, libguile_la_CFLAGS): Use it.
+
+2008-08-20  Ludovic Courtès  <ludo@gnu.org>
+
+       * eval.c, filesys.c, gc.c, numbers.c, stime.c, threads.c: Don't
+       define `_GNU_SOURCE' explicitly as it's now defined in
+       <config.h> thanks to `AC_USE_SYSTEM_EXTENSIONS'.
+
 2008-08-19  Han-Wen Nienhuys  <hanwen@lilypond.org>
            Ludovic Courtès  <ludo@gnu.org>