/[pcsclite]/trunk/Drivers/ccid/configure.in
ViewVC logotype

Log of /trunk/Drivers/ccid/configure.in

Parent Directory Parent Directory | Revision Log Revision Log


Sticky Revision:
(Current path doesn't exist after revision 6468)

Revision 1784 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jan 2 08:25:22 2006 UTC (7 years, 4 months ago) by rousseau
File length: 6428 byte(s)
Diff to previous 1770 , to selected 1328
use pkg-config for libusb if available

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 1769 - (view) (download) (annotate) - [select for diffs]
Modified Tue Nov 29 09:19:22 2005 UTC (7 years, 5 months ago) by rousseau
File length: 6265 byte(s)
Diff to previous 1768 , to selected 1328
in libusb detection code: restore CPPFLAGS to $saved_CPPFLAGS instead of
$saved_LIBS

Revision 1768 - (view) (download) (annotate) - [select for diffs]
Modified Tue Nov 29 09:16:44 2005 UTC (7 years, 5 months ago) by rousseau
File length: 6261 byte(s)
Diff to previous 1767 , to selected 1328
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, 5 months ago) by rousseau
File length: 6251 byte(s)
Diff to previous 1754 , to selected 1328
use $CPPFLAGS instead of $CFLAGS since we only need to set the C
preprocessor to find the .h files

Revision 1754 - (view) (download) (annotate) - [select for diffs]
Modified Thu Nov 24 16:18:57 2005 UTC (7 years, 5 months ago) by rousseau
File length: 6235 byte(s)
Diff to previous 1740 , to selected 1328
we need pcsc-lite 1.2.9-beta9 or greater

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 1735 - (view) (download) (annotate) - [select for diffs]
Modified Thu Nov 24 10:40:06 2005 UTC (7 years, 5 months ago) by rousseau
File length: 6362 byte(s)
Diff to previous 1734 , to selected 1328
use libusb-config(1) to get, if possible, correct values for LIBUSB_CFLAGS
and LIBUSB_LIBS

Revision 1734 - (view) (download) (annotate) - [select for diffs]
Modified Thu Nov 24 10:07:20 2005 UTC (7 years, 5 months ago) by rousseau
File length: 6288 byte(s)
Diff to previous 1733 , to selected 1328
replace dnl by #

Revision 1733 - (view) (download) (annotate) - [select for diffs]
Modified Thu Nov 24 10:06:04 2005 UTC (7 years, 5 months ago) by rousseau
File length: 6342 byte(s)
Diff to previous 1556 , to selected 1328
use LIBUSB_CFLAGS/LIBUSB_LIBS instead of LDFLAGS/CPPFLAGS for libusb
configuration

Revision 1556 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jun 15 12:53:41 2005 UTC (7 years, 11 months ago) by rousseau
File length: 6244 byte(s)
Diff to previous 1555 , to selected 1328
check the availability of reader.h (provided by pcsc-lite 1.2.9-beta8)

Revision 1555 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jun 15 12:46:05 2005 UTC (7 years, 11 months ago) by rousseau
File length: 6081 byte(s)
Diff to previous 1473 , to selected 1328
check against pcsc-lite 1.2.9-beta8 instead of beta7

Revision 1473 - (view) (download) (annotate) - [select for diffs]
Modified Wed Apr 27 13:36:01 2005 UTC (8 years ago) by rousseau
File length: 6080 byte(s)
Diff to previous 1443 , to selected 1328
version 0.9.4

Revision 1443 - (view) (download) (annotate) - [select for diffs]
Modified Tue Apr 26 12:31:35 2005 UTC (8 years ago) by rousseau
File length: 6080 byte(s)
Diff to previous 1405 , to selected 1328
we need pcsc-lite 1.2.9-beta7 and not just beta5 since we use the new
log API

Revision 1405 - (view) (download) (annotate) - [select for diffs]
Modified Thu Mar 17 10:13:02 2005 UTC (8 years, 2 months ago) by rousseau
File length: 6080 byte(s)
Diff to previous 1404 , to selected 1328
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, 2 months ago) by rousseau
File length: 6044 byte(s)
Diff to previous 1398 , to selected 1328
do not check for SCardEstablishContext is the user does NOT want to use
pcsc-lite (with --disable-pcsclite)

Revision 1398 - (view) (download) (annotate) - [select for diffs]
Modified Mon Mar 14 18:48:56 2005 UTC (8 years, 2 months ago) by rousseau
File length: 6000 byte(s)
Diff to previous 1395 , to selected 1328
version 0.9.3

Revision 1395 - (view) (download) (annotate) - [select for diffs]
Modified Fri Mar 4 21:17:03 2005 UTC (8 years, 2 months ago) by rousseau
File length: 6000 byte(s)
Diff to previous 1361 , to selected 1328
use $PCSC_LIBS instead of $PCSCLITE_LIBS since we used
PKG_CHECK_MODULES(PCSC, ...)

Revision 1361 - (view) (download) (annotate) - [select for diffs]
Modified Sun Feb 27 21:13:39 2005 UTC (8 years, 2 months ago) by rousseau
File length: 6004 byte(s)
Diff to previous 1360 , to selected 1328
check that we can link with libpcsclite needed by
examples/scardcontrol.c

Revision 1360 - (view) (download) (annotate) - [select for diffs]
Modified Sun Feb 27 21:12:02 2005 UTC (8 years, 2 months ago) by rousseau
File length: 5755 byte(s)
Diff to previous 1359 , to selected 1328
exits with an error if usbdropdir is not defined

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 1358 - (view) (download) (annotate) - [select for diffs]
Modified Sun Feb 27 20:53:15 2005 UTC (8 years, 2 months ago) by rousseau
File length: 5519 byte(s)
Diff to previous 1349 , to selected 1328
do not check for pkg-config since we can do without it

Revision 1349 - (view) (download) (annotate) - [select for diffs]
Modified Fri Feb 25 08:15:27 2005 UTC (8 years, 2 months ago) by rousseau
File length: 5567 byte(s)
Diff to previous 1342 , to selected 1328
define WITHOUT_PCSC=false when pcsclite _is_ used

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 1302 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jan 11 14:30:36 2005 UTC (8 years, 4 months ago) by rousseau
File length: 6364 byte(s)
Diff to previous 1265 , to selected 1328
typo: shat -> what

Revision 1265 - (view) (download) (annotate) - [select for diffs]
Modified Mon Oct 4 08:09:13 2004 UTC (8 years, 7 months ago) by rousseau
File length: 6364 byte(s)
Diff to previous 1253 , to selected 1328
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, 7 months ago) by rousseau
File length: 6405 byte(s)
Diff to previous 1251 , to selected 1328
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, 7 months ago) by rousseau
File length: 6336 byte(s)
Diff to previous 1183 , to selected 1328
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, 9 months ago) by rousseau
File length: 6140 byte(s)
Diff to previous 1096 , to selected 1328
use `pkg-config libpcsclite --cflags` to locate ifdhandler.h and do not
use PCSC/ifdhandler.h but just ifdhandler.h

Revision 1096 - (view) (download) (annotate) - [select for diffs]
Modified Thu Jul 22 10:01:37 2004 UTC (8 years, 10 months ago) by rousseau
File length: 6045 byte(s)
Diff to previous 1095 , to selected 1328
use pkg-config to test the release version of pcsc-lite

Revision 1095 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jul 21 09:04:04 2004 UTC (8 years, 10 months ago) by rousseau
File length: 5864 byte(s)
Diff to previous 1019 , to selected 1328
version 0.9.2

Revision 1019 - (view) (download) (annotate) - [select for diffs]
Modified Thu Jul 1 11:42:39 2004 UTC (8 years, 10 months ago) by rousseau
File length: 5864 byte(s)
Diff to previous 1009 , to selected 1328
version 0.9.1

Revision 1009 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jun 30 14:06:29 2004 UTC (8 years, 10 months ago) by rousseau
File length: 5864 byte(s)
Diff to previous 971 , to selected 1328
version 0.9.0

Revision 971 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jun 23 13:27:17 2004 UTC (8 years, 11 months ago) by rousseau
File length: 5864 byte(s)
Diff to previous 910 , to selected 1328
check for the presence of PCSC/ifdhandler.h instead of ifdhandler.h

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 887 - (view) (download) (annotate) - [select for diffs]
Modified Mon May 24 09:53:36 2004 UTC (9 years ago) by rousseau
File length: 5669 byte(s)
Diff to previous 876 , to selected 1328
remove -fno-common from CFLAGS since it is(?) gcc specific

Revision 876 - (view) (download) (annotate) - [select for diffs]
Modified Mon May 17 14:32:56 2004 UTC (9 years ago) by rousseau
File length: 5658 byte(s)
Diff to previous 872 , to selected 1328
check for pcsclite.h and ifdhandler.h installed by recent pcsc-lite

Revision 872 - (view) (download) (annotate) - [select for diffs]
Modified Fri May 14 14:14:38 2004 UTC (9 years ago) by rousseau
File length: 5443 byte(s)
Diff to previous 871 , to selected 1328
check that pkg-config command is present before using it

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 764 - (view) (download) (annotate) - [select for diffs]
Modified Mon Apr 5 09:56:52 2004 UTC (9 years, 1 month ago) by rousseau
File length: 6574 byte(s)
Diff to previous 702 , to selected 1328
version 0.4.2

Revision 702 - (view) (download) (annotate) - [select for diffs]
Modified Sat Feb 14 12:26:56 2004 UTC (9 years, 3 months ago) by rousseau
File length: 6574 byte(s)
Diff to previous 698 , to selected 1328
version 0.4.1

Revision 698 - (view) (download) (annotate) - [select for diffs]
Modified Fri Feb 13 07:58:21 2004 UTC (9 years, 3 months ago) by rousseau
File length: 6574 byte(s)
Diff to previous 565 , to selected 1328
version 0.4.0

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.

Revision 564 - (view) (download) (annotate) - [select for diffs]
Modified Tue Nov 25 23:07:33 2003 UTC (9 years, 5 months ago) by rousseau
File length: 6518 byte(s)
Diff to previous 563 , to selected 1328
add a --enable-ccidtwindir argument to ./configure to specify the
serial GemPC Twin installation directory

Revision 563 - (view) (download) (annotate) - [select for diffs]
Modified Tue Nov 25 22:55:58 2003 UTC (9 years, 5 months ago) by rousseau
File length: 5834 byte(s)
Diff to previous 556 , to selected 1328
use a updated version of acx_pthread.m4 needed for FreeBSD

Revision 556 - (view) (download) (annotate) - [select for diffs]
Modified Thu Nov 6 18:53:40 2003 UTC (9 years, 6 months ago) by rousseau
File length: 5814 byte(s)
Diff to previous 551 , to selected 1328
check that the installed libusb implements usb_get_string_simple()

Revision 551 - (view) (download) (annotate) - [select for diffs]
Modified Tue Nov 4 21:58:44 2003 UTC (9 years, 6 months ago) by rousseau
File length: 5591 byte(s)
Diff to previous 460 , to selected 1328
version 0.3.2

Revision 460 - (view) (download) (annotate) - [select for diffs]
Modified Mon Sep 22 14:21:57 2003 UTC (9 years, 8 months ago) by rousseau
File length: 5591 byte(s)
Diff to previous 448 , to selected 1328
add --enable-multi-thread for thread safe support

Revision 448 - (view) (download) (annotate) - [select for diffs]
Modified Tue Sep 16 16:51:02 2003 UTC (9 years, 8 months ago) by rousseau
File length: 5068 byte(s)
Diff to previous 443 , to selected 1328
Put back AC_PROG_CPP, it has nothing to do with C++ but with C preprocessor

Revision 443 - (view) (download) (annotate) - [select for diffs]
Modified Tue Sep 16 14:17:33 2003 UTC (9 years, 8 months ago) by rousseau
File length: 5056 byte(s)
Diff to previous 438 , to selected 1328
remove useless AC_PROG_CPP (no C++ code in ccid driver)

Revision 438 - (view) (download) (annotate) - [select for diffs]
Modified Tue Sep 16 13:12:29 2003 UTC (9 years, 8 months ago) by rousseau
File length: 5068 byte(s)
Diff to previous 436 , to selected 1328
version 0.3.1

Revision 436 - (view) (download) (annotate) - [select for diffs]
Modified Tue Sep 16 13:08:54 2003 UTC (9 years, 8 months ago) by rousseau
File length: 5068 byte(s)
Diff to previous 418 , to selected 1328
add --enable-libusb=PATH option

Revision 418 - (view) (download) (annotate) - [select for diffs]
Modified Wed Sep 10 09:45:58 2003 UTC (9 years, 8 months ago) by rousseau
File length: 4679 byte(s)
Diff to previous 402 , to selected 1328
add readers/ in generated .tar.gz archive

Revision 402 - (view) (download) (annotate) - [select for diffs]
Added Wed Sep 10 08:47:41 2003 UTC (9 years, 8 months ago) by rousseau
File length: 4662 byte(s)
Diff to selected 1328
new build process using autoconf/automake

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.

  Diffs between and
  Type of Diff should be a

  ViewVC Help
Powered by ViewVC 1.1.5