merge from 1.8 branch
[bpt/guile.git] / ChangeLog
index c44ca29..e681464 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,10 +1,11 @@
-2007-02-18  Neil Jerram  <neil@ossau.uklinux.net>
+2007-02-24  Neil Jerram  <neil@ossau.uklinux.net>
 
-       * acinclude.m4 (AM_INTL_SUBDIR): Remove unnecessary dnl.
+       * autogen.sh: Announce versions of autoconf, automake, libtool and
+       m4.
 
-       * configure.in: Remove AM_GNU_GETTEXT_VERSION again.
+       * pre-inst-guile.in (subdirs_with_ltlibs): Add libguile.
 
-       * Makefile.am (EXTRA_DIST): Add config.rpath.
+2007-02-18  Neil Jerram  <neil@ossau.uklinux.net>
 
        * config.rpath (Module): New (from gettext package).
 
 
 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.