[libdvdcss-devel] build: update to libtool 2

Diego Elio Pettenò git at videolan.org
Thu Feb 14 12:56:22 CET 2013


libdvdcss | branch: master | Diego Elio Pettenò <flameeyes at flameeyes.eu> | Wed Feb 13 17:27:13 2013 -0800| [078b6df43b0482264defa2d2beeb9158e89b2da1] | committer: Jean-Baptiste Kempf

build: update to libtool 2

Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

> http://git.videolan.org/gitweb.cgi/libdvdcss.git/?a=commit;h=078b6df43b0482264defa2d2beeb9158e89b2da1
---

 configure.ac |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/configure.ac b/configure.ac
index 2dd3e61..1dabf88 100644
--- a/configure.ac
+++ b/configure.ac
@@ -10,8 +10,7 @@ AC_CONFIG_HEADER(config.h)
 AC_PROG_CC
 AC_HEADER_STDC
 
-AC_LIBTOOL_WIN32_DLL
-AM_PROG_LIBTOOL
+LT_INIT([win32-dll])
 
 AC_C_CONST
 AC_C_INLINE



More information about the libdvdcss-devel mailing list