diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2009-08-27 15:43:54 +0300 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2009-08-27 15:43:54 +0300 |
commit | 696d7ee3953beaf4f0ed18e78917ccf300431966 (patch) | |
tree | c0b2665571b6925adc99dbd79197c716c33a069a | |
parent | Add "dos" to EXTRA_DIST. (diff) | |
download | xz-696d7ee3953beaf4f0ed18e78917ccf300431966.tar.xz |
Require GNU libtool 2.2.
-rw-r--r-- | configure.ac | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/configure.ac b/configure.ac index 27f32da7..d125a693 100644 --- a/configure.ac +++ b/configure.ac @@ -442,16 +442,9 @@ fi 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]) +LT_PREREQ([2.2]) +LT_INIT([win32-dll]) +LT_LANG([Windows Resource]) # This is a bit wrong since it is possible to request that only some libs # are built as shared. Using that feature isn't so common though, and this |