Overview
Comment: | CACKey 0.7.10 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: | 78a50b4f1b93aecfb77a12529ebb062419060159 |
User & Date: | rkeene on 2019-01-30 18:38:04 |
Other Links: | manifest | tags |
Context
2019-01-30
| ||
19:02 | Updated tile logo to meet Web Store requirements check-in: 72910e50a1 user: rkeene tags: trunk | |
18:38 | CACKey 0.7.10 check-in: 78a50b4f1b user: rkeene tags: trunk | |
18:36 | ChromeOS Release 10 check-in: a0a37b2628 user: rkeene tags: trunk | |
Changes
Modified configure.ac from [e054aaf315] to [4d344473f8].
1 2 3 4 5 6 7 8 |
AC_INIT(cackey, 0.7.9)
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.10)
AC_CONFIG_HEADERS(config.h)
dnl Locate standard tools
AC_PROG_CC
AC_PROG_MAKE_SET
AC_PROG_INSTALL
AC_AIX
|