fclose: Simplify autoconf macro.
[pspp] / ChangeLog
index b7251e61986f1be661369f9440b2d012ea3f6f23..c84262bc4cbfd7661ac03178597239dcccd2d24c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,21 @@
+2011-05-07  Bruno Haible  <bruno@clisp.org>
+
+       fclose: Simplify autoconf macro.
+       * m4/fclose.m4 (gl_FUNC_FCLOSE): Assume gl_FUNC_FFLUSH_STDIN is
+       defined.
+
+2011-05-07  Bruno Haible  <bruno@clisp.org>
+
+       canonicalize-lgpl: Fix autoconf macro ordering bug.
+       * m4/canonicalize.m4 (gl_CANONICALIZE_LGPL): Require
+       gl_STDLIB_H_DEFAULTS.
+
 2011-05-06  Eric Blake  <eblake@redhat.com>
 
+       maintainer-makefile: make sc_po_check easier to tune
+       * top/maint.mk (sc_po_check): Allow overriding which non-VC files
+       to probe for strings, such as an alternate location for gnulib.
+
        fclose: guarantee behavior on seekable stdin
        * modules/fclose (Depends-on): Add fflush.
        * doc/posix-functions/fclose.texi (fclose): Document this.