Ver código fonte

Replace 3 libtool macros by a single LT_INIT

Stéphane Raimbault 14 anos atrás
pai
commit
a890746b09
1 arquivos alterados com 1 adições e 3 exclusões
  1. 1 3
      configure.ac

+ 1 - 3
configure.ac

@@ -62,9 +62,7 @@ AM_CONDITIONAL(OS_WIN32, test "$os_win32" = "true")
 AC_PROG_CC
 AC_PROG_CXX
 AC_PROG_MAKE_SET
-AC_DISABLE_STATIC
-AC_LIBTOOL_WIN32_DLL
-AC_PROG_LIBTOOL
+LT_INIT([disable-static win32-dll])
 AC_CHECK_HEADERS([ \
     termios.h \
     sys/time.h \