[PATCH 3/4] build: add missing ACLOCAL_AMFLAGS

View: New views
1 Messages — Rating Filter:   Alert me  

[PATCH 3/4] build: add missing ACLOCAL_AMFLAGS

by Laszlo Papp :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

        In configure.ac we have AC_CONFIG_MACRO_DIR([m4]), which ideally also
        wants ACLOCAL_AMFLAGS in Makefile.am per automake's suggestion.

Signed-off-by: Laszlo Papp <djszapi@...>
---
 Makefile.am |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index 2f5e7a7..5f5e436 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,3 +1,5 @@
+ACLOCAL_AMFLAGS = -I m4
+
 SUBDIRS = lib/libalpm src/util src/pacman scripts etc po pactest contrib
 if WANT_DOC
 SUBDIRS += doc
--
1.6.5