[Pcsclite-cvs-commit] r1892 - trunk/PCSC

Ludovic Rousseau rousseau at costa.debian.org
Tue Feb 28 10:20:56 UTC 2006


Author: rousseau
Date: 2006-02-28 10:20:55 +0000 (Tue, 28 Feb 2006)
New Revision: 1892

Modified:
   trunk/PCSC/configure.in
Log:
remove libmusclecard code


Modified: trunk/PCSC/configure.in
===================================================================
--- trunk/PCSC/configure.in	2006-02-28 10:08:32 UTC (rev 1891)
+++ trunk/PCSC/configure.in	2006-02-28 10:20:55 UTC (rev 1892)
@@ -130,7 +130,6 @@
 	;;
 esac
 AC_DEFINE_UNQUOTED(PCSC_ARCH, "$uname", [PC/SC target architecture])
-AC_DEFINE_UNQUOTED(MSC_ARCH, "$uname", [MuscleCard target architecture])
 
 # See if socket() is found from libsocket
 AC_CHECK_LIB(socket, socket, [LIBS="$LIBS -lsocket"])
@@ -295,36 +294,6 @@
   extended_apdu="#undef PCSCLITE_ENHANCED_MESSAGING"
 fi
 
-# --enable-muscledropdir=DIR
-AC_ARG_ENABLE(muscledropdir,
-	AC_HELP_STRING([--enable-muscledropdir=DIR],[directory containing
-		MuscleCard bundles (default /usr/local/pcsc/services)]),
-	[muscledropdir="${enableval}"], [muscledropdir=false])
-if test x${muscledropdir} = xfalse ; then
-	if test "x$prefix" != xNONE; then
-		muscledropdir="$prefix/pcsc/services"
-	else
-		muscledropdir="$ac_default_prefix/pcsc/services"
-	fi
-fi
-AC_MSG_RESULT([enable MuscleCard bundles dir : $muscledropdir])
-AC_DEFINE_UNQUOTED(MSC_SVC_DROPDIR, "$muscledropdir", [directory containing MuscleCard bundles])
-
-# --enable-musclecarddebug
-AC_ARG_ENABLE(musclecarddebug,
-	AC_HELP_STRING([--enable-musclecarddebug],[enable libmusclecard debug messages through pcscd]),
-[ case "${enableval}" in
-  yes)
-    musclecarddebug=true ;;
-  no)
-    musclecarddebug=false ;;
-  *) AC_MSG_ERROR([bad value ${enableval} for --enable-musclecarddebug]) ;;
- esac], [musclecarddebug=true])
-AC_MSG_RESULT([enable MuscleCard debug       : $musclecarddebug])
-if test x${musclecarddebug} = xfalse ; then
-	AC_DEFINE(NO_MSC_DEBUG, 1, [disable MuscleCard debug messaging.])
-fi
-
 CPPFLAGS="-I\${top_srcdir}/src $CPPFLAGS"
 
 # HOST_TO_CCID
@@ -370,13 +339,6 @@
 src/PCSC/reader.h
 src/utils/Makefile
 win32/Makefile
-libmusclecard/Makefile
-libmusclecard/doc/Makefile
-libmusclecard/src/libmusclecard.pc
-libmusclecard/src/Makefile
-libmusclecard/utils/Makefile
-libmusclecard/utils/bundleTool/bundleTool.8
-libmusclecard/utils/bundleTool/Makefile
 ])
 AC_OUTPUT
 




More information about the Pcsclite-cvs-commit mailing list