In-house patch created as a workaround for required version of
autoconf on the build machine. Version >= 2.69 is required but only
2.68 is available in Solaris 11.3.
This patch is Solaris 11.3 buildenv specific and is not suitable for upstream.
--- pcsc-lite-1.8.14/configure.ac.orig st črn 8 05:57:37 2016
+++ pcsc-lite-1.8.14/configure.ac st črn 8 05:57:51 2016
@@ -1,7 +1,7 @@
# -*- mode: m4; -*-
# Process this file with autoconf to produce a configure script
-AC_PREREQ([2.69])
+AC_PREREQ([2.68])
AC_INIT([pcsc-lite],[1.8.14])
AC_CONFIG_SRCDIR(src/pcscdaemon.c)