Overview
Comment: | CACKey 0.5.1 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk | 0.5.1 |
Files: | files | file ages | folders |
SHA1: | a06c5d0ddac605d81eac9d8815ca2f8755a93662 |
User & Date: | rkeene on 2010-05-20 20:09:12 |
Other Links: | manifest | tags |
Context
2010-05-20
| ||
20:36 |
CACKey 0.5.2
Updated to install scripts required by autoconf on release check-in: ce8b478d9d user: rkeene tags: trunk, 0.5.2 | |
20:09 | CACKey 0.5.1 check-in: a06c5d0dda user: rkeene tags: trunk, 0.5.1 | |
20:08 | Fixed missing card reset check-in: d37223bd9d user: rkeene tags: trunk | |
Changes
Modified configure.ac from [6e5adf04fb] to [2363622d66].
1 2 3 4 5 6 7 8 |
AC_INIT(cackey, 0.5.0)
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.1)
AC_CONFIG_HEADERS(config.h)
dnl Locate standard tools
AC_PROG_CC
AC_PROG_MAKE_SET
AC_PROG_INSTALL
AC_AIX
|