Log of /trunk/Drivers/ccid/configure.in
Parent Directory
|
Revision Log
Revision
1770 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Tue Nov 29 09:24:15 2005 UTC
(7 years, 5 months ago)
by
rousseau
File length: 6343 byte(s)
Diff to
previous 1769
,
to
selected 1328
rewrite the libusb detection code to:
- use libusb-config if available
- --enable-libusb do not give a path anymore but just a yes/no status.
paths/arguments/etc must be given using LIBUSB_CFLAGS and LIBUSB_LIBS
- use AC_TRY_LINK_FUNC() instead of AC_CHECK_LIB() so we do not
explicitely give the library name. This name should come from LIBUSB_LIBS
Revision
1740 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Thu Nov 24 14:35:24 2005 UTC
(7 years, 5 months ago)
by
rousseau
File length: 6235 byte(s)
Diff to
previous 1737
,
to
selected 1328
do not duplicate the definition of PCSCLITE_HP_DROPDIR in
--enable-ccidtwindir since it is already defined in --enable-usbdropdir
This prevented the successful execution of ./configure when
-pedantic-errors is used
Revision
1737 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Thu Nov 24 13:50:24 2005 UTC
(7 years, 5 months ago)
by
rousseau
File length: 6327 byte(s)
Diff to
previous 1735
,
to
selected 1328
tokenparser.l is only needed when pcscd is not used (Solaris). It is not
needed on Mac OS X since LTPBundleFindValueWithKey() is provided by
pcscd
Revision
1359 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Sun Feb 27 21:03:14 2005 UTC
(8 years, 2 months ago)
by
rousseau
File length: 5671 byte(s)
Diff to
previous 1358
,
to
selected 1328
if /usr/local/lib/pkgconfig/libpcsclite.pc exists (default pcsc-lite
configuration) we exit telling the user to use
PKG_CONFIG_PATH=/usr/local/lib/pkgconfig ./configure
Revision
1342 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Wed Feb 23 12:08:51 2005 UTC
(8 years, 2 months ago)
by
rousseau
File length: 5525 byte(s)
Diff to
previous 1328
if --disable-pcsclite is used we must link the library with debug.c
to provide debug_msg()
Revision
1328 -
(
view)
(
download)
(
annotate)
-
[selected]
Modified
Mon Feb 21 12:29:32 2005 UTC
(8 years, 3 months ago)
by
rousseau
File length: 5489 byte(s)
Diff to
previous 1302
use pkg-config(1) to find everything related to pcsc-lite
if you installed pcsc-lite in /usr/local you may use
$ PKG_CONFIG_PATH=/usr/local/lib/pkgconfig ./configure
if you do not have pkg-config installed you may use
$ CFLAGS=-I/usr/local/include/PCSC ./configure
Revision
910 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Sun May 30 19:45:30 2004 UTC
(8 years, 11 months ago)
by
rousseau
File length: 5940 byte(s)
Diff to
previous 896
,
to
selected 1328
use 'pkg-config libpcsclite --variable=usbdropdir' even if --prefix= is
used. You should use --enable-usbdropdir= and --enable-ccidtwindir= to
set to different values.
Revision
896 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Tue May 25 08:25:23 2004 UTC
(8 years, 11 months ago)
by
rousseau
File length: 5955 byte(s)
Diff to
previous 887
,
to
selected 1328
add a --enable-pcsclite option (default yes) so that the driver can be
compiled for a different framework (one needing tokenparser.l)
Revision
871 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Fri May 14 09:07:29 2004 UTC
(9 years ago)
by
rousseau
File length: 5147 byte(s)
Diff to
previous 777
,
to
selected 1328
use `pkg-config libpcsclite --variable=usbdropdir` so you do not have to
use --enable-usbdropdir=DIR or --enable-ccidtwindir=DIR even if pcscd
does not use the default /usr/local/pcsc/drivers
Revision
777 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Tue Apr 6 13:32:54 2004 UTC
(9 years, 1 month ago)
by
rousseau
File length: 4878 byte(s)
Diff to
previous 764
,
to
selected 1328
remove --enable-debugcritical, --enable-debuginfo,
--enable-debugperiodic and --enable-debugcomm options since the log
level is now dynamically managed by ifdLogLevel in Info.plist
Revision
565 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Tue Nov 25 23:10:59 2003 UTC
(9 years, 5 months ago)
by
rousseau
File length: 6574 byte(s)
Diff to
previous 564
,
to
selected 1328
do not try to find usb.h and other libusb files if --disable-libusb is
used. Needed if you only want to build the serial driver. Thanks to Niki
Waibel for the patch.
This form allows you to request diffs between any two revisions of this file.
For each of the two "sides" of the diff,
enter a numeric revision.