Overview
Comment: | CACKey 0.6.5 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk | 0.6.5 |
Files: | files | file ages | folders |
SHA1: | ed5f20c85e1d8a678ecab29699e20863d9c6cfa6 |
User & Date: | rkeene on 2011-09-08 03:48:13 |
Other Links: | manifest | tags |
Context
2011-12-22
| ||
19:11 | Updated to check for more tools when trying to strip check-in: 780725ae48 user: rkeene tags: trunk | |
2011-09-08
| ||
03:48 | CACKey 0.6.5 check-in: ed5f20c85e user: rkeene tags: trunk, 0.6.5 | |
03:42 | More work towards getting Mac OS X to export only the symbols we care about check-in: fa022cbc5d user: rkeene tags: trunk | |
Changes
Modified configure.ac from [108697b5ff] to [f7f0e1451e].
1 2 3 4 5 6 7 8 |
AC_INIT(cackey, 0.6.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.6.5)
AC_CONFIG_HEADERS(config.h)
dnl Locate standard tools
AC_PROG_CC
AC_PROG_MAKE_SET
AC_PROG_INSTALL
AC_AIX
|