On Mon, Mar 16, 2015 at 07:14:25PM +0000, Stephen Groat wrote:
Hi!
./configure: line 12023: syntax error near unexpected token `PCSC,' ./configure: line 12023: ` PKG_CHECK_MODULES(PCSC, libpcsclite)'
Any advice? Thanks,
build the debian package with cowbuilder or such and then install it. You are missing the pkg-config m4 files which means the macro PKG_CHECK_MODULES is not expanded.. which means when you run the configure shell script you do see the above.
The best way forward is to build debian packages and install them.