Differences From Artifact [e7fe7d4dc9]:
- File configure.ac — part of check-in [1a514f86a4] at 2010-06-05 20:18:13 on branch trunk — CACKey 0.5.11 (user: rkeene, size: 1975) [annotate] [blame] [check-ins using]
To Artifact [6f842ced7b]:
- File
configure.ac
— part of check-in
[6e6d64508e]
at
2010-06-07 04:41:59
on branch trunk
— Added LICENSE and README
Renamed aclocal PCSC script
Added warnings for PC/SC libraries and headers not being found (user: rkeene, size: 1981) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
10 11 12 13 14 15 16 | dnl Determine this platform DC_CHK_OS_INFO dnl Determine how to create shared objects on this platform DC_GET_SHOBJFLAGS ACX_PTHREAD(, [ | | | 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 | dnl Determine this platform DC_CHK_OS_INFO dnl Determine how to create shared objects on this platform DC_GET_SHOBJFLAGS ACX_PTHREAD(, [ AC_MSG_WARN([Can not figure out how to compile with pthreads support, run-time will likely fail.]) ]) dnl Determine how to create static archives on this platform AC_CHECK_TOOL(AR, ar) AC_CHECK_TOOL(RANLIB, ranlib) dnl Determine how to strip executables |
︙ | ︙ |