Differences From Artifact [5e1ee40fe1]:
- File configure.ac — part of check-in [a708a36250] at 2016-02-03 18:57:58 on branch trunk — Updated to support building static archives and to check a cache variable regarding PC/SC working (user: rkeene, size: 6307) [annotate] [blame] [check-ins using]
To Artifact [e753d20a1d]:
- File configure.ac — part of check-in [be8c9e6769] at 2016-08-19 17:20:23 on branch trunk — CACKey 0.7.6 (user: kvanals, size: 6307) [annotate] [blame] [check-ins using]
1 2 3 4 5 6 7 8 |
AC_INIT(cackey, 0.7.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.7.6)
AC_CONFIG_HEADERS(config.h)
dnl Locate standard tools
AC_PROG_CC
AC_PROG_MAKE_SET
AC_PROG_INSTALL
AC_AIX
|