diff --git a/ChangeLog b/ChangeLog index e537d6951..2f5f0ce81 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2001-08-07 Marius Vollmer + + * Makefile.am (EXTRA_DIST, SUBDIRS): Move test-suite from + EXTRA_DIST to SUBDIRS. + + * configure.in: Added "test-suite/Makefile". + 2001-08-01 Marius Vollmer * configure.in: Added `--disable-linuxthreads' option and do not diff --git a/libguile/ChangeLog b/libguile/ChangeLog index be1fbc87a..f46645a44 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,3 +1,8 @@ +2001-08-07 Marius Vollmer + + * Makefile.am (EXTRA_DIST): Distribute ChangeLog-1996-1999 and + ChangeLog-2000. Thanks to Daniel Skarda! + 2001-08-07 Michael Livshin * guile-snarf-docs-texi.in: don't call the tokenizer here, we now diff --git a/test-suite/ChangeLog b/test-suite/ChangeLog index 4c59ef578..ab281f5d4 100644 --- a/test-suite/ChangeLog +++ b/test-suite/ChangeLog @@ -1,3 +1,8 @@ +2001-08-07 Marius Vollmer + + * Makefile.am: New file, to control distribution of the + test-suite. + 2001-08-02 Thien-Thi Nguyen * tests/getopt-long.test: New file.