From: Jan Engelhardt Date: Fri, 25 Sep 2009 22:11:35 +0000 (+0200) Subject: build: require at least automake 1.10 X-Git-Tag: v1.19~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3131448443223829b41b172e7e008aa0634ef2ce;p=thirdparty%2Fxtables-addons.git build: require at least automake 1.10 Automake 1.10 seems to be the first to set abs_srcdir and such. --- diff --git a/configure.ac b/configure.ac index 5cae633..4644153 100644 --- a/configure.ac +++ b/configure.ac @@ -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