Changes from arch/CVS synchronization
[bpt/guile.git] / ChangeLog
index db63e19..73601b4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,17 @@
+2007-04-17  Ludovic Courtès  <ludovic.courtes@laas.fr>
+
+       * configure.in (GUILE_FOR_BUILD): Reverted to `$(preinstguile)'
+       instead of `$(top_builddir_absolute)/$(preinstguile)'.
+       
+2007-04-09  Han-Wen Nienhuys  <hanwen@lilypond.org>
+
+       * configure.in (HAVE_CRYPT): check for cexp, clog, carg
+
 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>
 
        * 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.