From 850a7c6dd375bb2fcb202ee02032591e2b83a5ac Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C5=81ukasz=20Stelmach?= Date: Mon, 12 Oct 2015 18:38:39 +0200 Subject: [PATCH] Set ACLOCAL_AMFLAGS in Makefile.am MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit This is required by older versions of autoconf to properly include files from ./m4 directory. Change-Id: I561eed9267f15bb043e9e25f073adebbd45dade6 Signed-off-by: Łukasz Stelmach --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile.am b/Makefile.am index df6915e..f04b47b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -21,6 +21,8 @@ # Rickard E. (Rik) Faith # +ACLOCAL_AMFLAGS = -I m4 + SUBDIRS = lib auparse src/mt src/libev src audisp tools bindings init.d \ docs EXTRA_DIST = ChangeLog AUTHORS NEWS README INSTALL audit.spec \ -- 2.7.4