[pacman-dev] [PATCH 3/4] build: add missing ACLOCAL_AMFLAGS
23 Oct
2009
23 Oct
'09
7:28 p.m.
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@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
5562
Age (days ago)
5562
Last active (days ago)
0 comments
1 participants
participants (1)
-
Laszlo Papp