merge from 1.8 branch
[bpt/guile.git] / ChangeLog
index 47bc98d..e681464 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2007-02-24  Neil Jerram  <neil@ossau.uklinux.net>
+
+       * autogen.sh: Announce versions of autoconf, automake, libtool and
+       m4.
+
+       * pre-inst-guile.in (subdirs_with_ltlibs): Add libguile.
+
+2007-02-18  Neil Jerram  <neil@ossau.uklinux.net>
+
+       * config.rpath (Module): New (from gettext package).
+
 2007-01-31  Ludovic Courtès  <ludovic.courtes@laas.fr>
 
        * configure.in: Look for `langinfo.h', `nl_types.h', `xlocale.h'
 
 2007-01-28  Neil Jerram  <neil@ossau.uklinux.net>
 
-       * configure.in: Do AM_GNU_GETTEXT_VERSION, so that autoreconf will
-       run autopoint.
-
-       * acinclude.m4 (AM_INTL_SUBDIR): Provide dummy definition, to work
-       around current autoconf/automake/gettext bug.
-
        * INSTALL: New upstream version.
 
        * ABOUT-NLS: New upstream version.
 
+2007-01-23  Kevin Ryde  <user42@zip.com.au>
+
+       * configure.in (isinf, isnan): Use a volatile global to stop gcc
+       optimizing out the test.  In particular this fixes solaris where there
+       isn't an isinf or isnan (though gcc still optimizes as if there is).
+       Reported by Hugh Sasse.
+       (AC_C_VOLATILE): New.
+
 2007-01-22  Han-Wen Nienhuys  <hanwen@lilypond.org>
 
        * .gitignore: new file. Make using git easier.
 
+2007-01-22  Kevin Ryde  <user42@zip.com.au>
+
+       * configure.in (AC_INIT): Don't use "echo -n", it's not portable and
+       in particular fails on solaris (resulting in literal "-n"s going into
+       the output, making the resulting configure unusable).  Reported by
+       Hugh Sasse.
+
 2007-01-03  Han-Wen Nienhuys  <hanwen@lilypond.org>
 
        * autogen.sh (Module): only try to run render-bugs if it exists.