From 390a6408563067613b29de895cb40e4d0386d62c Mon Sep 17 00:00:00 2001 From: Lasse Collin Date: Fri, 26 Jun 2009 15:37:53 +0300 Subject: Basic support for building with Cygwin and MinGW using the Autotools based build system. It's not good yet, more fixes will follow. --- configure.ac | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index c9676cf8..ad43e4fb 100644 --- a/configure.ac +++ b/configure.ac @@ -427,7 +427,14 @@ echo echo "Initializing Libtool:" CXX=no F77=no +AC_LIBTOOL_WIN32_DLL AC_PROG_LIBTOOL +AC_LIBTOOL_RC + +dnl Some day we can drop support for libtool 1.5.x. Then the above five +dnl lines can be replaced with these: +dnl LT_INIT([win32-dll]) +dnl LT_LANG([Windows Resource]) ############################################################################### -- cgit v1.2.3