Modernize fnmatch detection macro.
[pspp] / ChangeLog
index 065bdf13955ee6f3ba27f164b1fde93819731953..59eac7dc317ff53087606bf25e8dbb1564c9d4bd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,63 @@
+2009-05-02  Bruno Haible  <bruno@clisp.org>
+
+       * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Say "guessing no" instead of
+       "cross".
+       (gl_FUNC_FNMATCH_POSIX, gl_FUNC_FNMATCH_GNU): Update. Don't assume that
+       gnulib-tool was called with option --source-base=lib.
+
+2009-05-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       Use automake *-local hooks without commands, for extensibility.
+       * modules/localcharset (Makefile.am): Rename install-exec-local
+       rule to install-exec-localcharset, and make it a prerequisite of
+       install-exec-local.  Likewise, rename the uninstall-local rule to
+       uninstall-localcharset, and make it a prerequisite of the former.
+
+2009-05-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+            Bruno Haible  <bruno@clisp.org>
+
+       Make it possible for the first build to be a VPATH build.
+       * modules/unicase/locale-language (configure.ac): Invoke
+       AC_PROG_MKDIR_P.
+       (Makefile.am): When invoking gperf, ensure the destination file's
+       subdirectory exists also in the build tree.
+       * modules/unicase/special-casing (configure.ac): Invoke
+       AC_PROG_MKDIR_P.
+       (Makefile.am): When invoking gperf, ensure the destination file's
+       subdirectory exists also in the build tree.
+       * modules/unictype/property-byname (configure.ac): Invoke
+       AC_PROG_MKDIR_P.
+       (Makefile.am): When invoking gperf, ensure the destination file's
+       subdirectory exists also in the build tree.
+       * modules/unictype/scripts (configure.ac): Invoke AC_PROG_MKDIR_P.
+       (Makefile.am): When invoking gperf, ensure the destination file's
+       subdirectory exists also in the build tree.
+       * modules/uninorm/composition (configure.ac): Invoke AC_PROG_MKDIR_P.
+       (Makefile.am): When invoking gperf, ensure the destination file's
+       subdirectory exists also in the build tree.
+       * lib/uninorm/composition.c: Include "uninorm/composition-table.h", not
+       "composition-table.h".
+
+2009-05-01  Bruno Haible  <bruno@clisp.org>
+
+       * lib/wchar.in.h (wcsnrtombs): Define if REPLACE_WCSNRTOMBS is 1.
+       * m4/wcsnrtombs.m4 (gl_FUNC_WCSRTOMBS): Invoke gl_MBSTATE_T_BROKEN, and
+       set REPLACE_WCSNRTOMBS if mbstate_t must be replaced.
+       * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_WCSNRTOMBS.
+       * modules/wchar (Makefile.am): Substitute REPLACE_WCSNRTOMBS.
+       * modules/wcsnrtombs (Files): Add m4/mbrtowc.m4, m4/locale-ja.m4,
+       m4/locale-zh.m4, m4/codeset.m4.
+
+       * m4/wcsrtombs.m4 (gl_FUNC_WCSNRTOMBS): Invoke gl_MBSTATE_T_BROKEN, and
+       set REPLACE_WCSRTOMBS if mbstate_t must be replaced.
+       * modules/wcsrtombs (Files): Add m4/mbrtowc.m4, m4/locale-ja.m4,
+       m4/locale-zh.m4.
+
+       * m4/wcrtomb.m4 (gl_FUNC_WCRTOMB): Invoke gl_MBSTATE_T_BROKEN, and set
+       REPLACE_WCRTOMB if mbstate_t must be replaced.
+       * modules/wcrtomb (Files): Add m4/mbrtowc.m4.
+       Reported by Jens Rehsack <rehsack@googlemail.com> via Eric Blake.
+
 2009-05-01  Bruno Haible  <bruno@clisp.org>
 
        Avoid compiler warnings when redefining macros defined by <libintl.h>.