diff --git a/ChangeLog b/ChangeLog index 4f665bbf8..a101dc44f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +2002-04-16 Marius Vollmer + + * Makefile.am (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. + + * configure.in: Bump required autoconf version to 2.53. Move uses + of AC_LIBOBJ after AC_PROG_CC. AC_LIBOBJ needs OBJEXT which is + set by AC_PROG_CC. + 2002-04-10 Rob Browning * configure.in: updates for new autoconf -- add definitions to diff --git a/doc/ChangeLog b/doc/ChangeLog index fb4e587ca..9363ad84d 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,8 @@ +2002-04-16 Marius Vollmer + + * Makefile.am (dist-hook): Simplified to not use "cd"; now it + works for relative pathnames in $(distdir). + 2002-04-10 Rob Browning * .cvsignore: add version-tutorial.texi, version.texi, and diff --git a/doc/goops/ChangeLog b/doc/goops/ChangeLog index e95e04352..9c3cd22a9 100644 --- a/doc/goops/ChangeLog +++ b/doc/goops/ChangeLog @@ -1,3 +1,7 @@ +2002-04-17 Marius Vollmer + + * Makefile.am (CLEANFILES): Added goops.tmp, goops.cps. + 2001-12-03 Thien-Thi Nguyen * goops.texi: Grammar fix. diff --git a/doc/ref/ChangeLog b/doc/ref/ChangeLog index fcd198edf..1715a337c 100644 --- a/doc/ref/ChangeLog +++ b/doc/ref/ChangeLog @@ -1,3 +1,9 @@ +2002-04-17 Marius Vollmer + + * Makefile.am (CLEANFILES): Added guile.cps, guile.fns, guile.rns, + guile.tps, guile.vrs, guile.tmp. + + 2002-04-01 Neil Jerram * scheme-intro.texi (Scheme Layout): Remove reference to defunct diff --git a/guile-readline/ChangeLog b/guile-readline/ChangeLog index c185ba4cb..e7bca2fb9 100644 --- a/guile-readline/ChangeLog +++ b/guile-readline/ChangeLog @@ -1,3 +1,8 @@ +2002-04-16 Marius Vollmer + + * Makefile.am (dist-hook): Make sure $(distdir)/Makefile.in is + writable before modifying it. + 2002-04-10 Rob Browning * configure.in: add definitions to AC_DEFINE calls for new