Differences From Artifact [5f60da7626]:
- File configure.ac — part of check-in [db42db5d95] at 2010-05-26 16:01:44 on branch trunk — CACKey 0.5.9 (user: rkeene, size: 1974) [annotate] [blame] [check-ins using]
To Artifact [373c410bf2]:
- File configure.ac — part of check-in [d1b2e5ea57] at 2010-06-03 23:34:23 on branch trunk — CACKey 0.5.10 (user: rkeene, size: 1975) [annotate] [blame] [check-ins using]
1 2 3 4 5 6 7 8 |
AC_INIT(cackey, 0.5.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.5.10)
AC_CONFIG_HEADERS(config.h)
dnl Locate standard tools
AC_PROG_CC
AC_PROG_MAKE_SET
AC_PROG_INSTALL
AC_AIX
|