configure: Require only automake 1.11, since that is sufficient

This commit is contained in:
Luke Dashjr
2014-08-29 01:44:55 +00:00
parent cd1b78f508
commit 4b87cfeeaa

View File

@@ -11,7 +11,7 @@ AC_INIT(
[http://gitorious.org/bitcoin/libblkmaker])
AC_CONFIG_AUX_DIR([.])
AC_PREREQ([2.59])
AM_INIT_AUTOMAKE([1.12 -Wall dist-xz foreign])
AM_INIT_AUTOMAKE([1.11 -Wall dist-xz foreign])
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
AC_PROG_CC_C99