Log of /trunk/Drivers/ccid/configure.in
Parent Directory
|
Revision Log
Revision
2239 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Wed Nov 29 10:12:04 2006 UTC
(6 years, 6 months ago)
by
rousseau
File length: 7305 byte(s)
Diff to
previous 2210
use AC_TRY_LINK_FUNC() instead of AC_CHECK_LIB() to not hard code the use of
-lpcsclite
Revision
2156 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Mon Sep 11 07:01:55 2006 UTC
(6 years, 9 months ago)
by
rousseau
File length: 7323 byte(s)
Diff to
previous 2135
do not #include the tested .h file since it is already included by the
macro. A double inclusion fails with SuSE gcc 4.1.0 with fdopen: Bad
file descriptor
Thanks to Byron Johnson for the bug report
see http://www.mail-archive.com/muscle@lists.musclecard.com/msg05632.html
Revision
2134 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Fri Aug 11 17:15:28 2006 UTC
(6 years, 10 months ago)
by
rousseau
File length: 7379 byte(s)
Diff to
previous 2118
use ./configure --enable-twinserial to compile and install the the
driver for the GemPC Twin serial
Thanks to Wolfgang Glas for the idea
Revision
2118 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Tue Aug 1 07:13:50 2006 UTC
(6 years, 10 months ago)
by
rousseau
File length: 6994 byte(s)
Diff to
previous 2116
Exit the ./configure script if some include files are not found
Use AC_MSG_ERROR() instead of AC_MSG_WARN()
Revision
2116 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Mon Jul 31 15:10:48 2006 UTC
(6 years, 10 months ago)
by
rousseau
File length: 6993 byte(s)
Diff to
previous 2078
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
2005 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Tue Apr 18 12:10:29 2006 UTC
(7 years, 2 months ago)
by
rousseau
File length: 6568 byte(s)
Diff to
previous 1944
always use our own tokenparser.l even when pcsc-lite is used (do not use
LTPBundleFindValueWithKey from pcscd)
Revision
1944 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Mon Mar 20 08:20:00 2006 UTC
(7 years, 3 months ago)
by
rousseau
File length: 6639 byte(s)
Diff to
previous 1943
document --disable-multi-thread instead of --enable-multi-thread since
safe threading is used by default
Revision
1943 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Mon Mar 20 08:16:26 2006 UTC
(7 years, 3 months ago)
by
rousseau
File length: 6633 byte(s)
Diff to
previous 1942
document --disable-pcsclite instead of --enable-pcsclite since pcsc-lite
is used by default
Revision
1942 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Mon Mar 20 08:04:22 2006 UTC
(7 years, 3 months ago)
by
rousseau
File length: 6605 byte(s)
Diff to
previous 1926
display the status "use libusb : yes/no"
document --disable-libusb instead of --enable-libusb since libusb is
used by default.
Revision
1842 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Mon Jan 30 10:40:49 2006 UTC
(7 years, 4 months ago)
by
rousseau
File length: 6427 byte(s)
Diff to
previous 1802
when checking for PCSC exit with en error only if
/usr/local/lib/pkgconfig/libpcsclite.pc exists _and_ pkg-config is
installed
Revision
1770 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Tue Nov 29 09:24:15 2005 UTC
(7 years, 6 months ago)
by
rousseau
File length: 6343 byte(s)
Diff to
previous 1769
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
1768 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Tue Nov 29 09:16:44 2005 UTC
(7 years, 6 months ago)
by
rousseau
File length: 6261 byte(s)
Diff to
previous 1767
recommand the use of PCSC_CFLAGS=... instead of CFLAGS=... to find the
pcsc-lite headers
Revision
1767 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Tue Nov 29 09:15:13 2005 UTC
(7 years, 6 months ago)
by
rousseau
File length: 6251 byte(s)
Diff to
previous 1754
use $CPPFLAGS instead of $CFLAGS since we only need to set the C
preprocessor to find the .h files
Revision
1740 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Thu Nov 24 14:35:24 2005 UTC
(7 years, 6 months ago)
by
rousseau
File length: 6235 byte(s)
Diff to
previous 1737
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, 6 months ago)
by
rousseau
File length: 6327 byte(s)
Diff to
previous 1735
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
1735 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Thu Nov 24 10:40:06 2005 UTC
(7 years, 6 months ago)
by
rousseau
File length: 6362 byte(s)
Diff to
previous 1734
use libusb-config(1) to get, if possible, correct values for LIBUSB_CFLAGS
and LIBUSB_LIBS
Revision
1405 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Thu Mar 17 10:13:02 2005 UTC
(8 years, 3 months ago)
by
rousseau
File length: 6080 byte(s)
Diff to
previous 1404
store & restore the value of LIBS around the macro
AC_CHECK_LIB(pcsclite,...) to avoid adding an automatic -lpcsclite to
LIBS
Revision
1404 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Thu Mar 17 10:11:14 2005 UTC
(8 years, 3 months ago)
by
rousseau
File length: 6044 byte(s)
Diff to
previous 1398
do not check for SCardEstablishContext is the user does NOT want to use
pcsc-lite (with --disable-pcsclite)
Revision
1359 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Sun Feb 27 21:03:14 2005 UTC
(8 years, 3 months ago)
by
rousseau
File length: 5671 byte(s)
Diff to
previous 1358
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, 3 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)
-
[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
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
1265 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Mon Oct 4 08:09:13 2004 UTC
(8 years, 8 months ago)
by
rousseau
File length: 6364 byte(s)
Diff to
previous 1253
do not redefine PKG_CONFIG_PATH when checking the pcsc-lite version
since the variable is already defined a few lines above
Revision
1253 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Wed Sep 29 08:06:58 2004 UTC
(8 years, 8 months ago)
by
rousseau
File length: 6405 byte(s)
Diff to
previous 1251
define AM_CPPFLAGS=`pkg-config libpcsclite --cflags` here since we also
defined/exported a "valid" PKG_CONFIG_PATH
Revision
1251 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Wed Sep 29 07:04:55 2004 UTC
(8 years, 8 months ago)
by
rousseau
File length: 6336 byte(s)
Diff to
previous 1183
try to find pkg-config files in /usr/local/lib/pkgconfig since pcsc-lite
installs them in this directory by default
Revision
1183 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Sun Aug 15 19:07:48 2004 UTC
(8 years, 10 months ago)
by
rousseau
File length: 6140 byte(s)
Diff to
previous 1096
use `pkg-config libpcsclite --cflags` to locate ifdhandler.h and do not
use PCSC/ifdhandler.h but just ifdhandler.h
Revision
910 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Sun May 30 19:45:30 2004 UTC
(9 years ago)
by
rousseau
File length: 5940 byte(s)
Diff to
previous 896
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
(9 years ago)
by
rousseau
File length: 5955 byte(s)
Diff to
previous 887
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, 1 month ago)
by
rousseau
File length: 5147 byte(s)
Diff to
previous 777
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, 2 months ago)
by
rousseau
File length: 4878 byte(s)
Diff to
previous 764
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, 6 months ago)
by
rousseau
File length: 6574 byte(s)
Diff to
previous 564
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.
Revision
564 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Tue Nov 25 23:07:33 2003 UTC
(9 years, 6 months ago)
by
rousseau
File length: 6518 byte(s)
Diff to
previous 563
add a --enable-ccidtwindir argument to ./configure to specify the
serial GemPC Twin installation directory
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.