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

Ludovic Rousseau rousseau at costa.debian.org
Mon Dec 12 13:22:55 UTC 2005


Author: rousseau
Date: 2005-12-12 13:22:54 +0000 (Mon, 12 Dec 2005)
New Revision: 1781

Modified:
   trunk/PCSC/configure.in
Log:
use $prefix/pcsc/services instead of $prefix/services when --prefix= is
used but --enable-muscledropdir= is not.
Same code as for --enable-usbdropdir=


Modified: trunk/PCSC/configure.in
===================================================================
--- trunk/PCSC/configure.in	2005-12-08 09:32:36 UTC (rev 1780)
+++ trunk/PCSC/configure.in	2005-12-12 13:22:54 UTC (rev 1781)
@@ -278,7 +278,7 @@
 	[muscledropdir="${enableval}"], [muscledropdir=false])
 if test x${muscledropdir} = xfalse ; then
 	if test "x$prefix" != xNONE; then
-		muscledropdir="$prefix/services"
+		muscledropdir="$prefix/pcsc/services"
 	else
 		muscledropdir="$ac_default_prefix/pcsc/services"
 	fi




More information about the Pcsclite-cvs-commit mailing list