Log of /trunk/Drivers/ccid/configure.in
Parent Directory
|
Revision Log
Revision
5715 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Sat May 7 12:41:57 2011 UTC
(2 years ago)
by
rousseau
File length: 8796 byte(s)
Diff to
previous 5688
,
to
selected 2288
Reuse the definition of $usbdropdir to define the default value of
ccidtwindir
It is important if --enable-usbdropdir=DIR is used and
`$PKG_CONFIG libpcsclite --variable=usbdropdir` should then not be used.
Revision
5318 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Thu Oct 14 09:39:35 2010 UTC
(2 years, 7 months ago)
by
rousseau
File length: 9032 byte(s)
Diff to
previous 5312
,
to
selected 2288
Remove --enable-udev option since it is not used anymore with libhal.
The udev rules file is now used to change the access rights of the
device and not send a hotplug signal to pcscd.
Revision
5187 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Thu Aug 26 09:13:26 2010 UTC
(2 years, 8 months ago)
by
rousseau
File length: 9317 byte(s)
Diff to
previous 5119
,
to
selected 2288
Add --enable-embedded (default is no) to build libccid for an embedded
system.
This will activate the NO_LOG option to disable logging and limit RAM
and disk consumption.
Revision
4970 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Tue Jun 1 08:45:40 2010 UTC
(2 years, 11 months ago)
by
rousseau
File length: 10081 byte(s)
Diff to
previous 4932
,
to
selected 2288
Correctly display $bindir and $sysconfdir values when they are not
changed from the default values (instead of NONE/bin and NONE/etc)
Revision
3299 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Wed Feb 4 14:32:19 2009 UTC
(4 years, 3 months ago)
by
rousseau
File length: 9170 byte(s)
Diff to
previous 3281
,
to
selected 2288
use PKG_CHECK_EXISTS() before PKG_CHECK_MODULES() so that the *_CFLAGS
and *_LIBS are not erased if pkg-config does not find the searched lib
Revision
2965 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Thu May 22 09:25:20 2008 UTC
(5 years ago)
by
rousseau
File length: 9258 byte(s)
Diff to
previous 2924
,
to
selected 2288
check if libusb-0.1 is emulated by libusb-compat + libusb-1.0 to use or
not the USB interrupt feature
libusb-0.1 may never solve the performance problem of usb_interrupt_read()
Revision
2632 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Sat Sep 29 19:41:09 2007 UTC
(5 years, 7 months ago)
by
rousseau
File length: 7869 byte(s)
Diff to
previous 2630
,
to
selected 2288
contrib/Kobil_mIDentity_switch/Makefile.am:2: compiling `Kobil_mIDentity_switch.c' with per-target flags requires `AM_PROG_CC_C_O' in `configure.in'
Revision
2288 -
(
view)
(
download)
(
annotate)
-
[selected]
Modified
Sat Dec 30 20:33:45 2006 UTC
(6 years, 4 months ago)
by
rousseau
File length: 7366 byte(s)
Diff to
previous 2287
do not use two AM_CONDITIONAL() with the same variable
Thanks to Alon Bar-Lev for the patch
Revision
2134 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Fri Aug 11 17:15:28 2006 UTC
(6 years, 9 months ago)
by
rousseau
File length: 7379 byte(s)
Diff to
previous 2118
,
to
selected 2288
use ./configure --enable-twinserial to compile and install the the
driver for the GemPC Twin serial
Thanks to Wolfgang Glas for the idea
Revision
2116 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Mon Jul 31 15:10:48 2006 UTC
(6 years, 9 months ago)
by
rousseau
File length: 6993 byte(s)
Diff to
previous 2078
,
to
selected 2288
use ntohl/htonl from arpa/inet.h since the tag value for
IOCTL_FEATURE_VERIFY_PIN_DIRECT and IOCTL_FEATURE_MODIFY_PIN_DIRECT
_shall_ be encoded in big endian as documented in PCSC v2 part 10 ch 2.2
page 2.
The applications using this feature shall be updated (to respect the
PCSC specification)
Thanks to Ulrich Vogl for the bug report
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 2288
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 2288
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 2288
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 2288
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
1328 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
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
,
to
selected 2288
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 2288
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
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 2288
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 2288
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 2288
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.