Check-in [11563df531]
Overview
Comment:CACKey 0.6.7
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk | 0.6.7
Files: files | file ages | folders
SHA1: 11563df5312e3b03695455a472584ea66dd253a7
User & Date: rkeene on 2012-07-25 02:33:14
Other Links: manifest | tags
Context
2012-07-25
14:14
Fixed typo in Mac OS X package LICENSE. check-in: e716dafc55 user: kvanals tags: trunk
02:33
CACKey 0.6.7 check-in: 11563df531 user: rkeene tags: trunk, 0.6.7
02:31
Merged in "dodcerts-on-seperate-slot" branch check-in: cca6a7fec4 user: rkeene tags: trunk
Changes

Modified configure.ac from [34ff5a91b6] to [5c55d197be].

1
2
3
4
5
6
7
8
AC_INIT(cackey, 0.6.6) 
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.7) 
AC_CONFIG_HEADERS(config.h)

dnl Locate standard tools
AC_PROG_CC
AC_PROG_MAKE_SET
AC_PROG_INSTALL
AC_AIX