On 14/03/06, Shawn Willden <[EMAIL PROTECTED]> wrote: > BTW, I noticed a couple of small problems along these lines: > > On pcsc-lite 1.3.0, configure --help says that you must use --enable-libusb in > order to turn libusb support on. As Ivan discovered, it's on by default and > you have to use --disable-libusb to turn it off.
Corrected. I now document --disable-libusb instead > Also, configure --help on libmusclecard says that the default muscledropdir > is /usr/local/pcsc/services, but if you don't specify a dropdir, it builds > with /usr/lib/pcsc/services. In fact the default directory depends on by the --prefix=path option given to pcsc-lite. Unfortunately I can't compute the default path to display when --help is used (the help message is static). So I now completely removed the dependency on pcsc-lite configuration. You will now need to explicitely use --enable-muscledropdir=... if you used --prefix=... when installing pcsc-lite. > If I weren't completely clueless around automake, I'd offer a patch, but since > I'm not I'll let someone else figure out how to fix it and just content > myself with reporting the issues. Reporting bugs is also a _very_ important and useful task. Thanks, -- Dr. Ludovic Rousseau _______________________________________________ Muscle mailing list [email protected] http://lists.drizzle.com/mailman/listinfo/muscle
