[Pcsclite-cvs-commit] r4683 - /trunk/PCSC/configure.in

rousseau at users.alioth.debian.org rousseau at users.alioth.debian.org
Fri Jan 22 12:36:15 UTC 2010


Author: rousseau
Date: Fri Jan 22 12:36:14 2010
New Revision: 4683

URL: http://svn.debian.org/wsvn/pcsclite/?sc=1&rev=4683
Log:
use LT_INIT(disable-static) instead of the deprecated AM_DISABLE_STATIC

Thanks to Roumen Petrov

Modified:
    trunk/PCSC/configure.in

Modified: trunk/PCSC/configure.in
URL: http://svn.debian.org/wsvn/pcsclite/trunk/PCSC/configure.in?rev=4683&op=diff
==============================================================================
--- trunk/PCSC/configure.in (original)
+++ trunk/PCSC/configure.in Fri Jan 22 12:36:14 2010
@@ -78,7 +78,7 @@
 
 # Add libtool support
 # Static lib is disabled by default. Use --enable-static if needed
-AM_DISABLE_STATIC
+LT_INIT(disable-static)
 AM_PROG_LIBTOOL
 # Automatically update the libtool script if it becomes out-of-date
 #AC_SUBST(LIBTOOL_DEPS)




More information about the Pcsclite-cvs-commit mailing list