diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2009-06-26 15:37:53 +0300 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2009-06-26 15:37:53 +0300 |
commit | 390a6408563067613b29de895cb40e4d0386d62c (patch) | |
tree | 74efbd8a29a433fb3c15697d65b8dc3f00011b87 /configure.ac | |
parent | Fix @variables@ to $(variables) in Makefile.am files. (diff) | |
download | xz-390a6408563067613b29de895cb40e4d0386d62c.tar.xz |
Basic support for building with Cygwin and MinGW using
the Autotools based build system. It's not good yet, more
fixes will follow.
Diffstat (limited to '')
-rw-r--r-- | configure.ac | 7 |
1 files changed, 7 insertions, 0 deletions
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]) ############################################################################### |