]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Fix incomplete 2006-05-15 patch.
authorBruno Haible <bruno@clisp.org>
Sun, 7 Oct 2007 11:47:30 +0000 (11:47 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:15:15 +0000 (12:15 +0200)
gettext-runtime/m4/ChangeLog
gettext-runtime/m4/intl.m4

index cad6b74e5fb3a45c32aac56c2e9f3f7be0cf1910..c8276692655058745145cddd0d16b43688b7e991 100644 (file)
@@ -1,3 +1,9 @@
+2007-10-07  Bruno Haible  <bruno@clisp.org>
+
+       * intl.m4 (AM_INTL_SUBDIR): Set WOE32DLL on mingw like on Cygwin.
+       Fixes incomplete 2006-05-15 patch.
+       Patch from Charles Wilson.
+
 2007-09-12  Bruno Haible  <bruno@clisp.org>
 
        * lock.m4: Don't provide an AC_USE_SYSTEM_EXTENSIONS definition.
index 91e66dfaff971b08f02a805586483ecc87c54451..8ec0d5b810b6a97a959e561525c9210f3f95dfe5 100644 (file)
@@ -1,4 +1,4 @@
-# intl.m4 serial 6 (gettext-0.16.2)
+# intl.m4 serial 7 (gettext-0.16.2)
 dnl Copyright (C) 1995-2007 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
@@ -97,7 +97,7 @@ AC_DEFUN([AM_INTL_SUBDIR],
   dnl    exported variables _also_ in the static library.
   if test "$enable_shared" = yes; then
     case "$host_os" in
-      cygwin*) is_woe32dll=yes ;;
+      mingw* | cygwin*) is_woe32dll=yes ;;
       *) is_woe32dll=no ;;
     esac
   else