1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-20 19:50:24 +02:00

(AUTOMAKE_OPTIONS): New, to request version 1.5.

(EXTRA_DIST): Don't distribute acconfig.h, which is gone.
(dist-hook): Removed.
(DISTCLEANFILES): Added check-guile.log.
(EXTRA_DIST): Don't distribute TODO.
This commit is contained in:
Marius Vollmer 2002-04-17 17:35:56 +00:00
parent 6f79b6cceb
commit 9ea1cfc656

View file

@ -19,6 +19,7 @@
## to the Free Software Foundation, Inc., 59 Temple Place, Suite ## to the Free Software Foundation, Inc., 59 Temple Place, Suite
## 330, Boston, MA 02111-1307 USA ## 330, Boston, MA 02111-1307 USA
AUTOMAKE_OPTIONS = 1.5
SUBDIRS = oop qt libltdl libguile ice-9 guile-config guile-readline \ SUBDIRS = oop qt libltdl libguile ice-9 guile-config guile-readline \
scripts srfi doc examples test-suite lang am scripts srfi doc examples test-suite lang am
@ -29,20 +30,14 @@ include_HEADERS = libguile.h
# automake sometimes forgets to distribute acconfig.h, # automake sometimes forgets to distribute acconfig.h,
# apparently depending on the phase of the moon. # apparently depending on the phase of the moon.
EXTRA_DIST = qthreads.m4 HACKING GUILE-VERSION ANON-CVS SNAPSHOTS TODO \ EXTRA_DIST = qthreads.m4 HACKING GUILE-VERSION ANON-CVS SNAPSHOTS \
$(ACLOCAL) acconfig.h BUGS $(ACLOCAL) BUGS
TESTS = check-guile TESTS = check-guile
# The rule will cd to $(top_srcdir). # The rule will cd to $(top_srcdir).
ACLOCAL = ./guile-aclocal.sh ACLOCAL = ./guile-aclocal.sh
if MAINTAINER_MODE DISTCLEANFILES = check-guile.log
# 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
# Makefile.am ends here # Makefile.am ends here