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 <[email protected]>
---
 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


Reply via email to