Use $(GCC_CFLAGS) for `-Werror' et al. so that it's not used to compile
[bpt/guile.git] / ChangeLog
index fc7dc98..9d3c448 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,54 @@
+2008-08-25  Ludovic Courtès  <ludo@gnu.org>
+
+       * configure.in (GCC_CFLAGS): New variable.  Store GCC flags like
+       `-Werror' inside it so that they are not used when compiling
+       Gnulib modules.
+
+2008-08-21  Ludovic Courtès  <ludo@gnu.org>
+
+       * autogen.sh: Don't use `gnulib-tool', use the Gnulib files
+       available in the repository.
+
+2008-08-07  Neil Jerram  <neil@ossau.uklinux.net>
+
+       * configure.in (SCM_I_GSC_STACK_GROWS_UP): Remove use of
+       AC_CACHE_CHECK, which was inadvertently causing
+       SCM_I_GSC_STACK_GROWS_UP _always_ to be 0.
+
+2008-07-17  Neil Jerram  <neil@ossau.uklinux.net>
+
+       * configure.in: Update stack direction test to be like that in
+        Autoconf _AC_LIBOBJ_ALLOCA and Gnulib; specifically in involving a
+        function calling itself.
+
+2008-07-16  Ludovic Courtès  <ludo@gnu.org>
+
+       * configure.in: Look for `struct dirent64' and `readdir64_r ()',
+       not available on HP-UX 11.11.
+
+2008-07-06  Ludovic Courtès  <ludo@gnu.org>
+
+       * configure.in: Update to Autoconf 2.61.
+
+2008-06-28  Ludovic Courtès  <ludo@gnu.org>
+
+       * configure.in: Use Automake with `-Wall -Wno-override'.
+
+2008-05-07  Ludovic Courtès  <ludo@gnu.org>
+
+       Guile 1.8.5 released.
+
+       * GUILE-VERSION (LIBGUILE_INTERFACE_CURRENT): Increment due to
+       the addition of an inlined version of `scm getc ()' and friends.
+       (LIBGUILE_INTERFACE_AGE): Increment.
+       (LIBGUILE_INTERFACE_REVISION): Zeroed.
+       (LIBGUILE_SRFI_SRFI_1_INTERFACE_REVISION): Increment.
+
 2008-05-04  Ludovic Courtès  <ludo@gnu.org>
 
+       Add `pkg-config' support.  Suggested by Aaron VanDevender, Greg
+       Troxel, and others.
+
        * configure.in: Substitute `sitedir', produce `guile-1.8.pc'.
        * Makefile.am (EXTRA_DIST): Add `guile-1.8.pc.in'.
        (pkgconfigdir, pkgconfig_DATA): New.