Overview
Comment: | CACKey 0.5.10 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk | 0.5.10 |
Files: | files | file ages | folders |
SHA1: | d1b2e5ea57c961fbe8087d36bc40d36b07a3ebcd |
User & Date: | rkeene on 2010-06-03 23:34:23 |
Other Links: | manifest | tags |
Context
2010-06-04
| ||
00:21 | Added script to build release packages check-in: 6b55b9da2d user: rkeene tags: trunk | |
2010-06-03
| ||
23:34 | CACKey 0.5.10 check-in: d1b2e5ea57 user: rkeene tags: trunk, 0.5.10 | |
22:58 |
Updated to work around issues with loss of connectivity to PC/SC
Updated to re-power card if needed check-in: 55457b92ff user: rkeene tags: trunk | |
Changes
Modified configure.ac from [5f60da7626] to [373c410bf2].
1 2 3 4 5 6 7 8 |
AC_INIT(cackey, 0.5.9)
AC_CONFIG_HEADERS(config.h)
dnl Locate standard tools
AC_PROG_CC
AC_PROG_MAKE_SET
AC_PROG_INSTALL
AC_AIX
|
| |
1 2 3 4 5 6 7 8 |
AC_INIT(cackey, 0.5.10)
AC_CONFIG_HEADERS(config.h)
dnl Locate standard tools
AC_PROG_CC
AC_PROG_MAKE_SET
AC_PROG_INSTALL
AC_AIX
|