+2007-05-28 Bruno Haible <bruno@clisp.org>
+
+ * configure.ac (WOE32): New conditional.
+
2007-04-13 Bruno Haible <bruno@clisp.org>
* configure.ac: For LIBSCHED, try also -lposix4.
gl_EARLY
dnl Check for build configuration.
+
gl_WOE32_DLL
AC_LIBTOOL_WIN32_DLL
AC_PROG_LIBTOOL
+dnl On mingw and Cygwin, we can activate special Makefile rules which add
+dnl version information to the shared libraries and executables.
+case "$host_os" in
+ mingw* | cygwin*) is_woe32=yes ;;
+ *) is_woe32=no ;;
+esac
+AM_CONDITIONAL([WOE32], [test $is_woe32 = yes])
+
dnl Checks for libraries.
dnl These are the only lines required to internationalize the package.
+2007-05-28 Bruno Haible <bruno@clisp.org>
+
+ * configure.ac (WOE32): New conditional.
+
2007-05-27 Bruno Haible <bruno@clisp.org>
* configure.ac (gt_OPENMP): Remove invocation.
gtpo_EARLY
dnl Check for build configuration.
+
gl_WOE32_DLL
AC_LIBTOOL_WIN32_DLL
AC_PROG_LIBTOOL
esac
AC_SUBST([LTNOUNDEF])
+dnl On mingw and Cygwin, we can activate special Makefile rules which add
+dnl version information to the shared libraries and executables.
+case "$host_os" in
+ mingw* | cygwin*) is_woe32=yes ;;
+ *) is_woe32=no ;;
+esac
+AM_CONDITIONAL([WOE32], [test $is_woe32 = yes])
+
dnl Checks for libraries.
dnl These are the only lines required to internationalize the package.