+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.
-# 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,
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