configure: Require only automake 1.11, since that is sufficient

This commit is contained in:
Luke Dashjr
2014-08-29 01:20:14 +00:00
parent 45eb5d93a2
commit a3f784e608

View File

@@ -10,7 +10,7 @@ AC_INIT(
[libbase58])
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