[Pcsclite-cvs-commit] CVS Drivers/ccid

CVS User rousseau ludovic.rousseau@free.fr
Wed, 29 Sep 2004 02:06:59 -0600


Update of /cvsroot/pcsclite/Drivers/ccid
In directory haydn:/tmp/cvs-serv6978

Modified Files:
	configure.in 
Log Message:
define AM_CPPFLAGS=`pkg-config libpcsclite --cflags` here since we also
defined/exported a "valid" PKG_CONFIG_PATH


--- /cvsroot/pcsclite/Drivers/ccid/configure.in	2004/09/29 07:04:55	1.29
+++ /cvsroot/pcsclite/Drivers/ccid/configure.in	2004/09/29 08:06:58	1.30
@@ -1,7 +1,7 @@
 dnl Process this file with autoconf to produce a configure script.
 dnl You may need to use autoconf 2.56 or newer
 
-dnl $Id: configure.in,v 1.29 2004/09/29 07:04:55 rousseau Exp $
+dnl $Id: configure.in,v 1.30 2004/09/29 08:06:58 rousseau Exp $
 
 dnl Require autoconf 2.52
 AC_PREREQ(2.52)
@@ -42,6 +42,9 @@
 	fi
 fi
 
+AM_CPPFLAGS=`pkg-config libpcsclite --cflags`
+AC_SUBST(AM_CPPFLAGS)
+
 dnl Add libtool support.
 AM_PROG_LIBTOOL