Differences From Artifact [6aec7ff3b4]:
- File configure.ac — part of check-in [b0c547f735] at 2010-07-11 07:27:52 on branch trunk — CACKey 0.5.14 (user: rkeene, size: 3221) [annotate] [blame] [check-ins using]
To Artifact [475a8540de]:
- File
configure.ac
— part of check-in
[cae3768452]
at
2010-07-11 07:40:42
on branch trunk
— CACKey 0.5.15
Fixed issue with manually specifying header file path (user: rkeene, size: 3221) [annotate] [blame] [check-ins using]
1 2 3 4 5 6 7 8 |
AC_INIT(cackey, 0.5.14)
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.15)
AC_CONFIG_HEADERS(config.h)
dnl Locate standard tools
AC_PROG_CC
AC_PROG_MAKE_SET
AC_PROG_INSTALL
AC_AIX
|