From: Klas Lindfors Date: Mon, 18 Feb 2013 07:22:30 +0000 (+0100) Subject: automake 1.11.3 is required for the EXTRA dependencies construction X-Git-Tag: v1.12.0~11 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=84fda716ee7596ea671de765418a785911003872;p=yubikey-personalization automake 1.11.3 is required for the EXTRA dependencies construction resolves #28 --- diff --git a/configure.ac b/configure.ac index f7b3bf0..360693e 100644 --- a/configure.ac +++ b/configure.ac @@ -40,7 +40,7 @@ AC_SUBST(LT_CURRENT, 13) AC_SUBST(LT_REVISION, 3) AC_SUBST(LT_AGE, 11) -AM_INIT_AUTOMAKE([1.11.2 -Wall -Werror]) +AM_INIT_AUTOMAKE([1.11.3 -Wall -Werror]) AM_SILENT_RULES([yes]) AC_PROG_CC