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

rousseau at users.alioth.debian.org rousseau at users.alioth.debian.org
Thu Oct 11 09:29:51 UTC 2007


Author: rousseau
Date: Thu Oct 11 09:29:51 2007
New Revision: 2643

URL: http://svn.debian.org/wsvn/pcsclite/?sc=1&rev=2643
Log:
remove --enable-runpid=FILE option since it was not supported to NOT use
a runpid file

Modified:
    trunk/PCSC/configure.in

Modified: trunk/PCSC/configure.in
URL: http://svn.debian.org/wsvn/pcsclite/trunk/PCSC/configure.in?rev=2643&op=diff
==============================================================================
--- trunk/PCSC/configure.in (original)
+++ trunk/PCSC/configure.in Thu Oct 11 09:29:51 2007
@@ -262,21 +262,6 @@
 AC_DEFINE_UNQUOTED(USE_IPCDIR, "$ipcdir", [directory containing IPC files])
 AC_MSG_RESULT([enable ipcdir                 : $ipcdir])
 
-# --enable-runpid=FILE
-AC_ARG_ENABLE(runpid,
-  AC_HELP_STRING([--enable-runpid=FILE],[file containing pcscd pid]),
-[runpid="${enableval}"], [runpid=false])
-
-# HAVE_RUNPID is for pcscd.8
-if test x${runpid} != xfalse ; then
-	AC_SUBST(HAVE_RUNPID,'')
-else
-	runpid="$ipcdir/pcscd.pid"
-	AC_SUBST(HAVE_RUNPID,'.\" ')
-fi
-AC_DEFINE_UNQUOTED(USE_RUN_PID, "$runpid", [file containing pcscd pid])
-AC_MSG_RESULT([enable runpid                 : $runpid])
-
 CPPFLAGS="-I\${top_srcdir}/src $CPPFLAGS"
 
 # HOST_TO_CCID
@@ -293,7 +278,7 @@
 # Setup dist stuff
 AC_SUBST(usbdropdir)
 AC_SUBST(confdir)
-AC_SUBST(runpid)
+AC_SUBST(ipcdir)
 AC_SUBST(host_to_ccid_16)
 AC_SUBST(host_to_ccid_32)
 AS_AC_EXPAND(confdir_exp,$confdir)




More information about the Pcsclite-cvs-commit mailing list