X-Git-Url: https://git.hcoop.net/bpt/guile.git/blobdiff_plain/0520dabb0374165071766cae9b65adf361864e64..e4af2baf8ef2321980058dc372c0728afa30c620:/Makefile.am diff --git a/Makefile.am b/Makefile.am index 08b5efea0..2b40ebf19 100644 --- a/Makefile.am +++ b/Makefile.am @@ -19,6 +19,7 @@ ## to the Free Software Foundation, Inc., 59 Temple Place, Suite ## 330, Boston, MA 02111-1307 USA +AUTOMAKE_OPTIONS = 1.5 SUBDIRS = oop qt libltdl libguile ice-9 guile-config guile-readline \ scripts srfi doc examples test-suite lang am @@ -29,20 +30,14 @@ 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 TODO \ - $(ACLOCAL) acconfig.h BUGS +EXTRA_DIST = HACKING GUILE-VERSION ANON-CVS SNAPSHOTS \ + $(ACLOCAL) BUGS 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