1
0
Fork 0
mirror of https://git.tukaani.org/xz.git synced 2024-04-04 12:36:23 +02:00

Require GNU libtool 2.2.

This commit is contained in:
Lasse Collin 2009-08-27 15:43:54 +03:00
parent 4c3558aa83
commit 696d7ee395

View file

@ -442,16 +442,9 @@ fi
echo echo
echo "Initializing Libtool:" echo "Initializing Libtool:"
CXX=no LT_PREREQ([2.2])
F77=no LT_INIT([win32-dll])
AC_LIBTOOL_WIN32_DLL LT_LANG([Windows Resource])
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])
# This is a bit wrong since it is possible to request that only some libs # 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 # are built as shared. Using that feature isn't so common though, and this