Overview
Comment: | CACKey 0.7.5 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk | 0.7.5 |
Files: | files | file ages | folders |
SHA1: | bb7be6db497422a9615091fd837038777439955b |
User & Date: | rkeene on 2015-09-30 15:16:47 |
Other Links: | manifest | tags |
Context
2016-02-03
| ||
05:26 | Added start of a Google Chrome extension check-in: fc49ac54cf user: rkeene tags: trunk | |
2015-09-30
| ||
15:16 | CACKey 0.7.5 check-in: bb7be6db49 user: rkeene tags: trunk, 0.7.5 | |
15:11 | Updated Mac OS X build script to validate SHA-256 Checksum of outside-sourced TokenD check-in: cbe478d8a3 user: kvanals tags: trunk | |
Changes
Modified configure.ac from [f1a98b3eb3] to [e7d2982c77].
1 2 3 4 5 6 7 8 |
AC_INIT(cackey, 0.7.4)
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.5)
AC_CONFIG_HEADERS(config.h)
dnl Locate standard tools
AC_PROG_CC
AC_PROG_MAKE_SET
AC_PROG_INSTALL
AC_AIX
|