Differences From Artifact [76a04092ae]:
- File configure.ac — part of check-in [7c43a082a7] at 2015-03-20 17:32:59 on branch trunk — CACKey 0.7.1 (user: rkeene, size: 5206) [annotate] [blame] [check-ins using] [more...]
To Artifact [bf349052f6]:
- File configure.ac — part of check-in [a0b997c021] at 2015-07-03 00:42:01 on branch trunk — CACKey 0.7.2 (user: kvanals, size: 5206) [annotate] [blame] [check-ins using]
1 2 3 4 5 6 7 8 |
AC_INIT(cackey, 0.7.1)
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.7.2)
AC_CONFIG_HEADERS(config.h)
dnl Locate standard tools
AC_PROG_CC
AC_PROG_MAKE_SET
AC_PROG_INSTALL
AC_AIX
|