From d84e2563878c69364ed976b0818feaec12dcb06c Mon Sep 17 00:00:00 2001 From: twisti Date: Sat, 10 Sep 2005 15:55:45 +0000 Subject: [PATCH] * ACLOCAL_AMFLAGS: Added, fixes problems with aclocal while reconfiguring. --- Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 93c5b57c9..7cd7a9e45 100644 --- a/Makefile.am +++ b/Makefile.am @@ -28,10 +28,12 @@ ## ## Changes: ## -## $Id: Makefile.am 3014 2005-07-12 21:46:25Z twisti $ +## $Id: Makefile.am 3164 2005-09-10 15:55:45Z twisti $ ## Process this file with automake to produce Makefile.in +ACLOCAL_AMFLAGS = -I m4 -I src/classpath/m4 + MAINTAINERCLEANFILES = Makefile.in configure SUBDIRS = contrib doc man src tests -- 2.25.1