[vlc-commits] configure: update libtool macros

Rémi Denis-Courmont git at videolan.org
Tue Aug 23 17:12:12 CEST 2011


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Tue Aug 23 17:49:50 2011 +0300| [06b9bc0acd314f79fdd03d9f0571dbf20319b5cf] | committer: Rémi Denis-Courmont

configure: update libtool macros

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=06b9bc0acd314f79fdd03d9f0571dbf20319b5cf
---

 configure.ac |   10 +++-------
 1 files changed, 3 insertions(+), 7 deletions(-)

diff --git a/configure.ac b/configure.ac
index b0eb044..54788cd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -452,13 +452,9 @@ dnl fail on anything other than pass_all.
 AC_CACHE_VAL(lt_cv_deplibs_check_method,
     [lt_cv_deplibs_check_method=pass_all])
 
-AC_DISABLE_STATIC
-dnl AC_DISABLE_FAST_INSTALL
-AC_LIBTOOL_DLOPEN
-AC_LIBTOOL_WIN32_DLL
-m4_undefine([AC_PROG_F77])
-m4_defun([AC_PROG_F77],[])
-AC_PROG_LIBTOOL
+LT_INIT([dlopen win32-dll shared disable-static])
+LT_LANG([C++])
+LT_LANG([Windows Resource])
 
 m4_undefine([AC_DEPLIBS_CHECK_METHOD])
 m4_defun([AC_DEPLIBS_CHECK_METHOD],[])



More information about the vlc-commits mailing list