Don't install charset.alias on mingw and Cygwin.
[gnulib.git] / ChangeLog
index 3b762f9..e3be07e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
 2009-01-25  Bruno Haible  <bruno@clisp.org>
 
+       Don't install charset.alias on mingw and Cygwin.
+       * modules/localcharset (install-exec-local): Don't install
+       charset.alias on mingw and Cygwin, if the file does not yet exist.
+       The result for these platforms is hardcoded in localcharset.c.
+
+2009-01-25  Bruno Haible  <bruno@clisp.org>
+
        Make it possible again to use AC_GNU_SOURCE together with gnulib.
        * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_GNU_SOURCE
        before requiring AC_USE_SYSTEM_EXTENSIONS.