configure: pkglibexecdir requires automake >= 1.10.2

This commit is contained in:
Jan Engelhardt
2010-08-28 13:56:12 +02:00
parent 24491d55d7
commit f9922c6f85

View File

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