]> err.no Git - yubikey-personalization/commitdiff
automake 1.11.3 is required for the EXTRA dependencies construction
authorKlas Lindfors <klas@yubico.com>
Mon, 18 Feb 2013 07:22:30 +0000 (08:22 +0100)
committerKlas Lindfors <klas@yubico.com>
Mon, 18 Feb 2013 07:22:30 +0000 (08:22 +0100)
resolves #28

configure.ac

index f7b3bf09e0fcbf5d68c97d71fdec6073372b1a17..360693e7f42994932e62703f447bab60f0c8b7e7 100644 (file)
@@ -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