From b9db7e1adc2ae58b6b851fed9cef045fd06d3144 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Tue, 19 Oct 2010 11:54:21 +0200 Subject: build: automake options should be in AM_INIT_AUTOMAKE Automake options set in Makefile.am are not always propagated to subdirecties. Signed-off-by: Jan Engelhardt --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 5cbbdfd..dfdd098 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ dnl Process this file with autoconf to create configure. AC_INIT([libmnl], [1.0.0-beta0]) AC_CANONICAL_SYSTEM AC_CONFIG_MACRO_DIR([m4]) -AM_INIT_AUTOMAKE +AM_INIT_AUTOMAKE([foreign dist-bzip2 1.6]) AC_PROG_CC AC_EXEEXT -- cgit v1.2.3