lib-symbol-versions: fix m4 quoting
[gnulib.git] / ChangeLog
index 5b72904..8f12bcc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,29 @@
+2010-08-26  Eric Blake  <eblake@redhat.com>
+
+       lib-symbol-versions: fix m4 quoting
+       * m4/ld-version-script.m4 (gl_LD_VERSION_SCRIPT): Use correct
+       format for AC_LINK_IFELSE.
+
+       glob: fix compile test
+       * m4/glob.m4 (gl_GLOB): Use correct format for AC_COMPILE_IFELSE.
+
+       btowc: fix missing file
+       * modules/btowc (Files): Also ship locale-fr.m4.
+
+       lseek: fix link test
+       * m4/lseek.m4 (gl_FUNC_LSEEK): Use correct format for
+       AC_LINK_IFELSE.
+
+       include_next: silence autoconf 2.68 warning
+       * m4/include_next.m4 (gl_INCLUDE_NEXT): Mark this use of
+       AC_COMPILE_IFELSE as special.
+       (AC_LANG_DEFINES_PROVIDED): Provide dummy implementation for
+       autoconf < 2.68.
+
+       acl: fix compilation test
+       * m4/acl.m4 (gl_FUNC_ALL): Use correct format for
+       AC_COMPILE_IFELSE.
+
 2010-08-26  Bruno Haible  <bruno@clisp.org>
 
        Modernize AC_TRY_RUN invocations.