Overview
Comment: | CACKey 0.7.3 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk | 0.7.3 |
Files: | files | file ages | folders |
SHA1: | 9c86f3a63d333707c48bd7df7873f0831fc0bf85 |
User & Date: | kvanals on 2015-07-03 01:57:46 |
Other Links: | manifest | tags |
Context
2015-07-13
| ||
20:21 | Updated Mac OS X Build to support installation on 10.11 "El Capitan" after external project (TokenD) did the same check-in: a4a018ea4d user: kvanals tags: trunk | |
2015-07-03
| ||
01:57 | CACKey 0.7.3 check-in: 9c86f3a63d user: kvanals tags: trunk, 0.7.3 | |
01:56 | Updated OS X build script to reflect compatibility with newer releases of the OS check-in: 7fd0dc50ca user: kvanals tags: trunk | |
Changes
Modified configure.ac from [bf349052f6] to [60c4628f66].
1 2 3 4 5 6 7 8 |
AC_INIT(cackey, 0.7.2)
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.3)
AC_CONFIG_HEADERS(config.h)
dnl Locate standard tools
AC_PROG_CC
AC_PROG_MAKE_SET
AC_PROG_INSTALL
AC_AIX
|