Overview
Comment: | CACKey 0.6.8 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk | 0.6.8 |
Files: | files | file ages | folders |
SHA1: | 314ff4ce38fe24d92ea723c071620d1ca6ec7372 |
User & Date: | rkeene on 2012-07-27 18:44:36 |
Other Links: | manifest | tags |
Context
2012-07-27
| ||
19:00 | Updated to copy win64 build tree to releases in addition to win32 check-in: 1bab9f801f user: rkeene tags: trunk | |
18:44 | CACKey 0.6.8 check-in: 314ff4ce38 user: rkeene tags: trunk, 0.6.8 | |
18:39 | Moved computation of number of objects per DoD cert into the cackey_read_dod_identities() function check-in: 8a57ac5688 user: rkeene tags: trunk | |
Changes
Modified configure.ac from [5c55d197be] to [9a7cfcd810].
1 2 3 4 5 6 7 8 |
AC_INIT(cackey, 0.6.7)
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.6.8)
AC_CONFIG_HEADERS(config.h)
dnl Locate standard tools
AC_PROG_CC
AC_PROG_MAKE_SET
AC_PROG_INSTALL
AC_AIX
|