configure: require automake 1.11.1

This allows ocserv to compile on Centos 6.
This commit is contained in:
Nikos Mavrogiannopoulos
2016-11-11 09:53:50 +01:00
parent 2c6f73222d
commit 813a3a2451

View File

@@ -4,7 +4,7 @@ PKG_PROG_PKG_CONFIG
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE([1.11.3 subdir-objects no-dist-gzip dist-xz -Wall -Wno-override])
AM_INIT_AUTOMAKE([1.11.1 subdir-objects no-dist-gzip dist-xz -Wall -Wno-override])
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
AC_CONFIG_HEADERS([config.h])