From 52588646e57379d78aa6dea65d516e3979070723 Mon Sep 17 00:00:00 2001 From: Rob Browning Date: Thu, 27 Feb 2003 07:09:41 +0000 Subject: [PATCH] * Makefile.am (EXTRA_DIST): remove $(ACLOCAL). (ACLOCAL_AMFLAGS): replaces ACLOCAL. --- Makefile.am | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Makefile.am b/Makefile.am index aa8f6e58a..70730cb0b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -30,13 +30,11 @@ include_HEADERS = libguile.h # automake sometimes forgets to distribute acconfig.h, # apparently depending on the phase of the moon. -EXTRA_DIST = HACKING GUILE-VERSION ANON-CVS SNAPSHOTS \ - $(ACLOCAL) BUGS +EXTRA_DIST = HACKING GUILE-VERSION ANON-CVS SNAPSHOTS BUGS TESTS = check-guile -# The rule will cd to $(top_srcdir). -ACLOCAL = ./guile-aclocal.sh +ACLOCAL_AMFLAGS = -I guile-config DISTCLEANFILES = check-guile.log