* m4/lstat.m4 (gl_FUNC_LSTAT): Fix typo in prerequisite.
[gnulib.git] / ChangeLog
index 71c7c1f..f2c6ec6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,49 @@
+2011-06-16  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * m4/lstat.m4 (gl_FUNC_LSTAT): Fix typo in prerequisite.
+       After the 2011-05-21 change, this macro requires
+       gl_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK, not
+       AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
+
+2011-06-16  Bruno Haible  <bruno@clisp.org>
+
+       fprintftime: Move AC_LIBOBJ invocations to module description.
+       * m4/fprintftime.m4: Remove file.
+       * modules/fprintftime (Files): Remove m4/fprintftime.m4.
+       (configure.ac): Remove gl_FPRINTFTIME call.
+       (Makefile.am): Augment lib_SOURCES.
+       Reported by Jim Meyering.
+
+2011-06-16  Bruno Haible  <bruno@clisp.org>
+
+       tmpfile-safer: Finish 2011-05-23 commit.
+       * m4/stdio-safer.m4: Really remove file.
+       Reported by Jim Meyering.
+
+2011-06-16  Bruno Haible  <bruno@clisp.org>
+
+       syntax-check: Fix typo.
+       * Makefile (allow_AC_LIBOBJ): Mention printf-posix-rpl.m4, not
+       printf-posix.m4.
+       Reported by Jim Meyering.
+
+2011-06-13  Jim Meyering  <meyering@redhat.com>
+
+       syntax-check: add a rule to help enforce the no-AC_LIBOBJ-in-m4/ policy
+       * Makefile (sc_prohibit_AC_LIBOBJ_in_m4): New rule.
+
+2011-05-23  Bruno Haible  <bruno@clisp.org>
+
+       yesno: Move AC_LIBOBJ invocations to module description.
+       * m4/yesno.m4 (gl_YESNO): Remove AC_LIBOBJ invocation.
+       * modules/yesno (Makefile.am): Augment lib_SOURCES.
+
+2011-05-23  Bruno Haible  <bruno@clisp.org>
+
+       xstrtol: Move AC_LIBOBJ invocations to module description.
+       * m4/xstrtol.m4 (gl_XSTRTOL): Remove AC_LIBOBJ invocations.
+       * modules/xstrtol (Makefile.am): Augment lib_SOURCES.
+
 2011-05-23  Bruno Haible  <bruno@clisp.org>
 
        xstrtold: Move AC_LIBOBJ invocations to module description.