Differences From Artifact [5c55d197be]:
- File configure.ac — part of check-in [11563df531] at 2012-07-25 02:33:14 on branch trunk — CACKey 0.6.7 (user: rkeene, size: 3821) [annotate] [blame] [check-ins using]
To Artifact [9a7cfcd810]:
- File configure.ac — part of check-in [314ff4ce38] at 2012-07-27 18:44:36 on branch trunk — CACKey 0.6.8 (user: rkeene, size: 3821) [annotate] [blame] [check-ins using]
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
|
| |
1 2 3 4 5 6 7 8 |
AC_INIT(cackey, 0.6.8)
AC_CONFIG_HEADERS(config.h)
dnl Locate standard tools
AC_PROG_CC
AC_PROG_MAKE_SET
AC_PROG_INSTALL
AC_AIX
|