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

rousseau at users.alioth.debian.org rousseau at users.alioth.debian.org
Fri May 18 07:47:34 UTC 2012


Author: rousseau
Date: Fri May 18 07:47:33 2012
New Revision: 6298

URL: http://svn.debian.org/wsvn/pcsclite/?sc=1&rev=6298
Log:
autoupdated using autoupdate (GNU Autoconf) 2.69

Modified:
    trunk/PCSC/configure.in

Modified: trunk/PCSC/configure.in
URL: http://svn.debian.org/wsvn/pcsclite/trunk/PCSC/configure.in?rev=6298&op=diff
==============================================================================
--- trunk/PCSC/configure.in (original)
+++ trunk/PCSC/configure.in Fri May 18 07:47:33 2012
@@ -1,12 +1,12 @@
 # -*- mode: m4; -*-
 # Process this file with autoconf to produce a configure script
 
-AC_PREREQ(2.58)
-
-AC_INIT(pcsc-lite, 1.8.3)
+AC_PREREQ([2.69])
+
+AC_INIT([pcsc-lite],[1.8.3])
 AC_CONFIG_SRCDIR(src/pcscdaemon.c)
 AM_INIT_AUTOMAKE(1.8 dist-bzip2 no-dist-gzip)
-AM_CONFIG_HEADER(config.h)
+AC_CONFIG_HEADERS([config.h])
 
 AC_CONFIG_MACRO_DIR(m4)
 
@@ -87,7 +87,7 @@
 # Add libtool support
 # Static lib is disabled by default. Use --enable-static if needed
 LT_INIT(disable-static)
-AM_PROG_LIBTOOL
+LT_INIT
 # Automatically update the libtool script if it becomes out-of-date
 #AC_SUBST(LIBTOOL_DEPS)
 
@@ -152,7 +152,7 @@
 
 # --disable-serial
 AC_ARG_ENABLE(serial,
-	AC_HELP_STRING([--disable-serial],[do not use serial reader.conf file]),
+	AS_HELP_STRING([--disable-serial],[do not use serial reader.conf file]),
 	[ use_serial="${enableval}" ], [ use_serial="yes" ] )
 AM_CONDITIONAL(ENABLE_SERIAL, test "$use_serial" != "no")
 if test "$use_serial" != "no"; then
@@ -162,7 +162,7 @@
 
 # --disable-usb
 AC_ARG_ENABLE(usb,
-	AC_HELP_STRING([--disable-usb],[do not use usb hotplug]),
+	AS_HELP_STRING([--disable-usb],[do not use usb hotplug]),
 	[ use_usb="${enableval}" ], [ use_usb="yes" ] )
 AM_CONDITIONAL(ENABLE_USB, test "$use_usb" != "no")
 if test "$use_usb" != "no"; then
@@ -172,7 +172,7 @@
 
 # --enable-libudev
 AC_ARG_ENABLE(libudev,
-	AC_HELP_STRING([--disable-libudev],[do not use libudev]),
+	AS_HELP_STRING([--disable-libudev],[do not use libudev]),
 	[ use_libudev="${enableval}" ],
 	[	if test "$PCSC_ARCH" != "Linux" ; then
 			use_libudev="no"
@@ -221,7 +221,7 @@
 
 # --enable-libusb
 AC_ARG_ENABLE(libusb,
-	AC_HELP_STRING([--enable-libusb],[use libusb]),
+	AS_HELP_STRING([--enable-libusb],[use libusb]),
 	[ use_libusb="${enableval}" ],
 	[ if test "x$use_libudev" = xyes ; then use_libusb="${use_libusb-no}" ;
 	else use_libusb="${use_libusb-yes}" ; fi ] )
@@ -290,7 +290,7 @@
 
 # --enable-embedded
 AC_ARG_ENABLE(embedded,
-  AC_HELP_STRING([--enable-embedded], [limit RAM and CPU ressources by disabling features (log)]),
+  AS_HELP_STRING([--enable-embedded],[limit RAM and CPU ressources by disabling features (log)]),
   [ use_embedded="${enableval}" ])
 
 if test x$use_embedded = xyes; then
@@ -300,7 +300,7 @@
 
 # --enable-usbdropdir=DIR
 AC_ARG_ENABLE(usbdropdir,
-  AC_HELP_STRING([--enable-usbdropdir=DIR],[directory containing USB
+  AS_HELP_STRING([--enable-usbdropdir=DIR],[directory containing USB
 				  drivers (default /usr/local/lib/pcsc/drivers)]),
 [usbdropdir="${enableval}"], [usbdropdir=false])
 if test x${usbdropdir} = xfalse ; then
@@ -317,7 +317,7 @@
 
 # --enable-debugatr
 AC_ARG_ENABLE(debugatr,
-  AC_HELP_STRING([--enable-debugatr],[enable ATR debug messages from pcscd]),
+  AS_HELP_STRING([--enable-debugatr],[enable ATR debug messages from pcscd]),
 [ case "${enableval}" in
   yes)	debugatr=true ;;
   no)	debugatr=false ;;
@@ -331,7 +331,7 @@
 
 # --enable-ipcdir=DIR
 AC_ARG_ENABLE(ipcdir,
-  AC_HELP_STRING([--enable-ipcdir=DIR],[directory containing IPC files
+  AS_HELP_STRING([--enable-ipcdir=DIR],[directory containing IPC files
 				  (default /var/run/pcscd)]),
 [ipcdir="${enableval}"], [ipcdir=false])
 
@@ -345,8 +345,7 @@
 
 # --enable-confdir=DIR
 AC_ARG_ENABLE(confdir,
-AC_HELP_STRING([--enable-confdir=DIR],
-	[directory containing reader configurations (default /etc/reader.conf.d)]),
+AS_HELP_STRING([--enable-confdir=DIR],[directory containing reader configurations (default /etc/reader.conf.d)]),
 	[confdir="${enableval}"],
 	[confdir="${sysconfdir}/reader.conf.d"])
 




More information about the Pcsclite-cvs-commit mailing list