Differences From Artifact [e16a9a4f89]:
- File configure.ac — part of check-in [c97d596fa2] at 2010-05-21 15:44:29 on branch trunk — CACKey 0.5.5 (user: rkeene, size: 1974) [annotate] [blame] [check-ins using]
To Artifact [0eb47a437c]:
- File
configure.ac
— part of check-in
[b5db4e9add]
at
2010-05-22 18:33:41
on branch trunk
— CACKey 0.5.6
Added RPM Spec file (user: rkeene, size: 1974) [annotate] [blame] [check-ins using]
1 2 3 4 5 6 7 8 |
AC_INIT(cackey, 0.5.5)
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.6)
AC_CONFIG_HEADERS(config.h)
dnl Locate standard tools
AC_PROG_CC
AC_PROG_MAKE_SET
AC_PROG_INSTALL
AC_AIX
|