From e6a8a21557794c3400e8621681d22e1b45c76a7c Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Thu, 29 Dec 2011 19:32:12 +0100 Subject: build: update configure.ac and gcc4_visibility.m4 This patch includes the recent changes that Jan proposed for other library. Also, this patch relaxes the libmnl dependency to >= 1.0.0 (previously it checked for 1.0.1, not really required). Signed-off-by: Pablo Neira Ayuso --- configure.ac | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 80191fd..62322c6 100644 --- a/configure.ac +++ b/configure.ac @@ -1,16 +1,18 @@ dnl Process this file with autoconf to create configure. AC_INIT([libnetfilter_acct], [1.0.0]) +AC_CONFIG_AUX_DIR([build-aux]) AC_CANONICAL_HOST AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_HEADERS([config.h]) -AM_INIT_AUTOMAKE([foreign dist-bzip2 1.6 subdir-objects]) + +AM_INIT_AUTOMAKE([foreign tar-pax no-dist-gzip dist-bzip2 1.6 subdir-objects]) dnl kernel style compile messages m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) dnl Dependencies -PKG_CHECK_MODULES([LIBMNL], [libmnl >= 1.0.1]) +PKG_CHECK_MODULES([LIBMNL], [libmnl >= 1.0.0]) AC_PROG_CC AM_PROG_CC_C_O -- cgit v1.2.3