From d4fb1abd705b02767de88dd26783e15264422f70 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Sat, 30 Oct 2010 23:38:20 +0200 Subject: build: use modern call syntax for AC_INIT, AM_INIT_AUTOMAKE automake options also need to definitely go into configure.ac, otherwise they only apply to a single directory. Signed-off-by: Jan Engelhardt --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index e0e1a41..c9b39a0 100644 --- a/configure.ac +++ b/configure.ac @@ -1,11 +1,11 @@ dnl Process this file with autoconf to create configure. -AC_INIT +AC_INIT([libnetfilter_log], [1.0.0]) AC_CANONICAL_SYSTEM AC_CONFIG_MACRO_DIR([m4]) -AM_INIT_AUTOMAKE(libnetfilter_log, 1.0.0) +AM_INIT_AUTOMAKE([-Wall foreign subdir-objects dist-bzip2 1.6]) AC_PROG_CC AM_PROG_LIBTOOL -- cgit v1.2.3