From 103c483586b69fedc8dbd90fbfecdecf218a697b Mon Sep 17 00:00:00 2001 From: Marius Vollmer Date: Sun, 14 Apr 2002 20:02:39 +0000 Subject: [PATCH] (AUTOMAKE_OPTIONS): New, to request version 1.5. (EXTRA_DIST): Don't distribute acconfig.h, which is gone. --- Makefile.am | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Makefile.am b/Makefile.am index 40de3ff9b..bb000471b 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 am @@ -27,10 +28,8 @@ bin_SCRIPTS = guile-tools 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 BUGS + $(ACLOCAL) BUGS TESTS = check-guile