From 0ed561a29d6ad5a0b08ddc5274376048d3f26d54 Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Sat, 6 Jun 2009 15:10:23 +0200 Subject: [PATCH] Add ACLOCAL_AMFLAGS = -I m4 so that reconfiguring works --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile.am b/Makefile.am index 64b26a3b..44d5b5f0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -50,6 +50,8 @@ DISTCLEANFILES = \ intltool-merge \ intltool-update +ACLOCAL_AMFLAGS = -I m4 + DISTCHECK_CONFIGURE_FLAGS = --disable-schemas-install --disable-scrollkeeper --enable-gtk-doc --disable-shave # Ignore scrollkeeper issues for now. @#*$& scrollkeeper -- 2.43.0