build: require at least automake 1.10

Automake 1.10 seems to be the first to set abs_srcdir and such.
This commit is contained in:
Jan Engelhardt
2009-09-26 00:11:35 +02:00
parent 71322e614c
commit 3131448443

View File

@@ -3,7 +3,7 @@ AC_INIT([xtables-addons], [1.18])
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_MACRO_DIR([m4])
AC_PROG_INSTALL
AM_INIT_AUTOMAKE([-Wall foreign subdir-objects])
AM_INIT_AUTOMAKE([1.10 -Wall foreign subdir-objects])
AC_PROG_CC
AM_PROG_CC_C_O
AC_DISABLE_STATIC