From 047a0f3b6560e2027628f4a15e3ea48050ec1375 Mon Sep 17 00:00:00 2001 From: Thien-Thi Nguyen Date: Fri, 3 May 2002 09:06:37 +0000 Subject: [PATCH] (AUTOMAKE_OPTIONS, DISTCLEANFILES): New. (EXTRA_DIST): Remove qthreads.m4. (dist-hook): Remove. --- Makefile.am | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/Makefile.am b/Makefile.am index 0f69a0f71..db43e07f6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -19,26 +19,22 @@ ## to the Free Software Foundation, Inc., 59 Temple Place, Suite ## 330, Boston, MA 02111-1307 USA +AUTOMAKE_OPTIONS = 1.5 + SUBDIRS = ice-9 qt libltdl libguile guile-config guile-readline doc am include_HEADERS = libguile.h # automake sometimes forgets to distribute acconfig.h, # apparently depending on the phase of the moon. -EXTRA_DIST = qthreads.m4 HACKING GUILE-VERSION ANON-CVS SNAPSHOTS \ - $(ACLOCAL) acconfig.h +EXTRA_DIST = HACKING GUILE-VERSION ANON-CVS SNAPSHOTS \ + $(ACLOCAL) TESTS = check-guile # The rule will cd to $(top_srcdir). ACLOCAL = ./guile-aclocal.sh -if MAINTAINER_MODE -# Fill dist tree. -include $(top_srcdir)/am/maintainer-dirs -dist-hook: - ( echo 'This is a snapshot of the TODO file.' ; date ; echo ; \ - cat $(workbook)/tasks/TODO ) > TODO -endif +DISTCLEANFILES = check-guile.log # Makefile.am ends here