On Thursday 15 February 2007, Ludovic Rousseau wrote:
> Can you give me more details to see if the problem comes from the
> application or comes from pcsc-lite?

It was not your fault... Had the driver been packaged right, it would have 
worked.

> 
> It looks like --docdir=... is not provided by a standard ./configure.
> So I will have to add support of it in configure.in, right?

No... It is part of standard configure.

> Can you provide a patch?

Sure... It should be as simple as:

--- pcsc-lite-1.4.0.org/doc/Makefile.am 2007-01-23 19:28:21.000000000 +0200
+++ pcsc-lite-1.4.0/doc/Makefile.am     2007-02-15 21:48:34.000000000 +0200
@@ -2,15 +2,14 @@
 
 SUBDIRS = . example
 
-datadir = $(prefix)/doc
-data_DATA = pcsc-lite.tex pcsc-lite.bib pcsc-lite.pdf \
+doc_DATA = pcsc-lite.tex pcsc-lite.bib pcsc-lite.pdf \
                        ifdhandler-3.tex ifdhandler-3.pdf \
                        README.DAEMON
 
 man_MANS = pcscd.8 reader.conf.5 update-reader.conf.8
 man_in = pcscd.8.in reader.conf.5.in update-reader.conf.8
 
-EXTRA_DIST = $(data_DATA) $(man_in) doxygen.conf.in formaticc.1
+EXTRA_DIST = $(doc_DATA) $(man_in) doxygen.conf.in formaticc.1
 
 CLEANFILES = ifdhandler-3.aux ifdhandler-3.bbl ifdhandler-3.blg \
        ifdhandler-3.dvi ifdhandler-3.log ifdhandler-3.out \
_______________________________________________
Muscle mailing list
[email protected]
http://lists.drizzle.com/mailman/listinfo/muscle

Reply via email to