[pacman-dev] [PATCH 3/4] build: add missing ACLOCAL_AMFLAGS

Laszlo Papp djszapi2 at gmail.com
Fri Oct 23 15:28:11 EDT 2009


	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 at archlinux.us>
---
 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



More information about the pacman-dev mailing list