Declarations must all precede statements in C90.
[pspp-builds.git] / ChangeLog
index 5b4cd9024e84bb8da5033bd17a07b7d985a3c8f8..e35d23829759765d33b56a51a6ea8790b9015280 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,26 @@
+2007-10-10  Ben Pfaff  <blp@gnu.org>
+
+       * acinclude.m4: Improve formatting.
+
+       * configure.ac: Ditto.  Don't check for headers whose presence is
+       never tested.  Don't use AC_C_CONST (we can assume that "const" is
+       implemented these days).  Don't pass default sizes to
+       AC_CHECK_SIZEOF, since modern Autoconf doesn't need them.  Don't
+       define FPREP_IEEE754, since it was not tested for.  Don't use
+       AC_FUNC_VPRINTF, since we never tested for it.
+
+2007-10-06 John Darrington <john@darrington.wattle.id.au>
+
+       * configure.ac INSTALL: Change libglade version requirement.
+       Thanks to Paul Brown for reporting this issue.
+
 2007-09-30  Ben Pfaff  <blp@gnu.org>
 
        * configure.ac: Print a message indicating success at the end of
        the run.
 
+       * INSTALL: Improve instructions.
+
 2007-09-22  Ben Pfaff  <blp@gnu.org>
 
        Bug #21128.  Reviewed by John Darrington.