[config] Min automake 1.11, support silent rules on automake < 1.13

This commit is contained in:
Scott Shambarger
2017-02-16 10:44:00 -08:00
parent 26c22144fc
commit c7855e7c55
2 changed files with 9 additions and 3 deletions

View File

@@ -7,7 +7,9 @@ AC_CONFIG_SRCDIR([config.h.in])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_HEADERS([config.h])
AM_INIT_AUTOMAKE([foreign subdir-objects])
AM_INIT_AUTOMAKE([foreign subdir-objects 1.11])
AM_SILENT_RULES([no])
dnl Requires autoconf 2.60
AC_USE_SYSTEM_EXTENSIONS