Check-in [a066a8770f]
Overview
Comment:CACKey 0.5.16
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk | 0.5.16
Files: files | file ages | folders
SHA1: a066a8770fbdd0d09ae53d9336965b90df7d1c14
User & Date: rkeene on 2010-07-22 18:57:47
Other Links: manifest | tags
Context
2010-07-23
05:56
Updated snapshot to give build an updated version number check-in: a0551b52f7 user: rkeene tags: trunk
2010-07-22
18:57
CACKey 0.5.16 check-in: a066a8770f user: rkeene tags: trunk, 0.5.16
07:48
Removed OSX PackageMaker Contents files from SVN. They are dynamically generated at build-time. check-in: e7fff05894 user: kvanals tags: trunk
Changes

Modified configure.ac from [475a8540de] to [7e15536eaa].

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

dnl Locate standard tools
AC_PROG_CC
AC_PROG_MAKE_SET
AC_PROG_INSTALL
AC_AIX