| 31 |
AC_PROG_LN_S |
AC_PROG_LN_S |
| 32 |
AM_PROG_LEX |
AM_PROG_LEX |
| 33 |
AC_CHECK_PROG([PKGCONFIG], [pkg-config], [yes]) |
AC_CHECK_PROG([PKGCONFIG], [pkg-config], [yes]) |
| 34 |
|
|
| 35 |
|
dnl pcsc-lite install .pc files in /usr/local/lib/pkgconfig by default |
| 36 |
|
PKG_CONFIG_PATH="/usr/local/lib/pkgconfig:$PKG_CONFIG_PATH" |
| 37 |
|
export PKG_CONFIG_PATH |
| 38 |
if test "$PKGCONFIG" = "yes"; then |
if test "$PKGCONFIG" = "yes"; then |
| 39 |
if ! `pkg-config --print-errors --atleast-version=1.2.9-beta5 libpcsclite` |
if ! `PKG_CONFIG_PATH=/usr/local/lib/pkgconfig pkg-config --print-errors --atleast-version=1.2.9-beta5 libpcsclite` |
| 40 |
then |
then |
| 41 |
AC_MSG_ERROR([install pcsc-lite 1.2.9-beta5 or later]) |
AC_MSG_ERROR([install pcsc-lite 1.2.9-beta5 or later]) |
| 42 |
fi |
fi |