diff --git a/ChangeLog b/ChangeLog index ddcbb89..946797e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2015-05-22 08:45 marc + + * configure.ac: fixed package name for mac ports + +2015-05-20 12:12 marc + + * ChangeLog, debian/libpcscxx-dev.install: fix in debian build + 2015-05-18 09:40 marc * examples/makefile.am, src/makefile.am: cleanup build files diff --git a/configure.ac b/configure.ac index c051b5a..5a5175a 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ m4_define(x_package_name, libpcscxx) m4_define(x_major, 3) -m4_define(x_minor, 1) +m4_define(x_minor, 2) m4_include(ax_init_standard_project.m4) AC_INIT(x_package_name, x_version, x_bugreport, x_package_name) AM_INIT_AUTOMAKE([1.9 tar-pax]) @@ -42,7 +42,7 @@ CPPFLAGS="${CPPFLAGS} -DQT_NO_KEYWORDS" AX_PKG_REQUIRE([pcsc], [libpcsclite], [pcsclite.h]) AX_PKG_REQUIRE([ssl], [libssl], [openssl/crypto.h], [openssl]) AX_PKG_REQUIRE([mrwcxx], [mrw-c++]) -AX_PKG_REQUIRE([pkcs11], [p11-kit-1], [pkcs11.h], [gnutls libpkcs11-helper-1]) +AX_PKG_REQUIRE([pkcs11], [p11-kit-1], [pkcs11.h], [libpkcs11-helper-1]) # create output AC_OUTPUT