Overview
Comment: | CACKey 0.7.0 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk | 0.7.0 |
Files: | files | file ages | folders |
SHA1: | d6a874f3b57f2b41a5fc2b699f0edcf5e9400a38 |
User & Date: | rkeene on 2013-10-17 20:32:10 |
Other Links: | manifest | tags |
Context
2013-10-17
| ||
23:05 | Added Mac OS X 10.9 (Mavericks) Support check-in: 1df62da199 user: kvanals tags: trunk | |
20:32 | CACKey 0.7.0 check-in: d6a874f3b5 user: rkeene tags: trunk, 0.7.0 | |
20:29 | Merged in PIV support check-in: 3e5963d5d9 user: rkeene tags: trunk | |
Changes
Modified configure.ac from [8333de68f9] to [b130174bba].
1 2 3 4 5 6 7 8 |
AC_INIT(cackey, 0.6.8)
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.7.0)
AC_CONFIG_HEADERS(config.h)
dnl Locate standard tools
AC_PROG_CC
AC_PROG_MAKE_SET
AC_PROG_INSTALL
AC_AIX
|