Explorar o código

configure: Explicitly require Libtool 2.2+.

Ludovic Courtès %!s(int64=14) %!d(string=hai) anos
pai
achega
a2c12967c4
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      configure.ac

+ 2 - 2
configure.ac

@@ -33,8 +33,8 @@ AC_PROG_SED
 AC_PROG_LN_S
 AC_PROG_F77
 
-AC_LIBTOOL_WIN32_DLL
-AC_PROG_LIBTOOL
+LT_PREREQ([2.2])
+LT_INIT([win32-dll])
 
 AC_PROG_INSTALL
 AC_PROG_MKDIR_P