diff --git a/ChangeLog b/ChangeLog index 564e18c27..0f0024371 100644 --- a/ChangeLog +++ b/ChangeLog @@ -6,6 +6,7 @@ * Makefile.am (SUBDIRS): Added `lib'. (ACLOCAL_AMFLAGS): Added `-I m4'. + (EXTRA_DIST): Added `m4/ChangeLog'. * NEWS: Comply with Automake's `check-news' option, i.e., have the last "Changes in" line appear within the first 15 lines. diff --git a/Makefile.am b/Makefile.am index 888271050..d86186ee4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -33,7 +33,8 @@ include_HEADERS = libguile.h # automake sometimes forgets to distribute acconfig.h, # apparently depending on the phase of the moon. -EXTRA_DIST = LICENSE HACKING GUILE-VERSION ANON-CVS SNAPSHOTS +EXTRA_DIST = LICENSE HACKING GUILE-VERSION ANON-CVS SNAPSHOTS \ + m4/ChangeLog TESTS = check-guile