Set ACLOCAL_AMFLAGS in Makefile.am 70/49470/4 accepted/tizen_common tizen_3.0.m2 accepted/tizen/3.0/common/20161114.110425 accepted/tizen/common/20161014.075232 accepted/tizen/unified/20170313.190431 submit/tizen/20161014.065117 submit/tizen_3.0_common/20161104.104000 submit/tizen_unified/20170313.195099 tizen_4.0.m1_release
authorŁukasz Stelmach <l.stelmach@samsung.com>
Mon, 12 Oct 2015 16:38:39 +0000 (18:38 +0200)
committerŁukasz Stelmach <l.stelmach@samsung.com>
Fri, 16 Oct 2015 08:56:03 +0000 (10:56 +0200)
This is required by older versions of autoconf to properly include
files from ./m4 directory.

Change-Id: I561eed9267f15bb043e9e25f073adebbd45dade6
Signed-off-by: Łukasz Stelmach <l.stelmach@samsung.com>
Makefile.am

index df6915e..f04b47b 100644 (file)
@@ -21,6 +21,8 @@
 #   Rickard E. (Rik) Faith <faith@redhat.com>
 #
 
+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 \