Yubico / yubikey-personalization

YubiKey Personalization cross-platform library and tool
https://developers.yubico.com/yubikey-personalization/
BSD 2-Clause "Simplified" License
300 stars 82 forks source link

automake on CentOS 6.6 #62

Closed fischli closed 9 years ago

fischli commented 9 years ago

Building on CentOS 6.6 fails because of automake-1.11.1. The version number should be reduced to 1.11.1 inside configure.ac, instead of 1.11.3

diff --git a/configure.ac b/configure.ac
index a8063ae..bd798e9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -40,7 +40,7 @@ AC_SUBST(LT_CURRENT, 18)
 AC_SUBST(LT_REVISION, 1)
 AC_SUBST(LT_AGE, 17)

-AM_INIT_AUTOMAKE([1.11.3 -Wall -Werror])
+AM_INIT_AUTOMAKE([1.11.1 -Wall -Werror])
 AM_SILENT_RULES([yes])
 AC_PROG_CC
klali commented 9 years ago

As I wrote in #61 the reason for automake 1.11.3 is that we use EXTRA_ dependencies