From 332e4e2f14c93b59608c3fe53b22ce054b3f3e20 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Sat, 30 Oct 2010 23:23:28 +0200 Subject: build: use AC_CONFIG_MACRO_DIR as directed libtoolize: Consider adding "AC_CONFIG_MACRO_DIR([m4])" to configure.ac and libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree. libtoolize: Consider adding "-I m4" to ACLOCAL_AMFLAGS in Makefile.am. Signed-off-by: Jan Engelhardt --- Makefile.am | 2 ++ configure.ac | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 4c4400a..95d1df8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,7 @@ include $(top_srcdir)/Make_global.am +ACLOCAL_AMFLAGS = -I m4 + EXTRA_DIST = $(man_MANS) SUBDIRS = src include utils diff --git a/configure.ac b/configure.ac index cc86fe7..b05c7f3 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ dnl Process this file with autoconf to create configure. AC_INIT(libnfnetlink, 1.0.0) - +AC_CONFIG_MACRO_DIR([m4]) AC_CANONICAL_SYSTEM AM_INIT_AUTOMAKE([-Wall foreign subdir-objects dist-bzip2 1.6]) -- cgit v1.2.1