From ba7562306f37963d49e7b5f7f98ae5942a650fde Mon Sep 17 00:00:00 2001 From: Marius Vollmer Date: Mon, 23 Jul 2001 22:14:37 +0000 Subject: [PATCH] *** empty log message *** --- ChangeLog | 4 ++++ ice-9/ChangeLog | 10 ++++++++++ 2 files changed, 14 insertions(+) diff --git a/ChangeLog b/ChangeLog index 79653439c..a0f0af0ad 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2001-07-23 Marius Vollmer + + * Makefile.am (SUBDIRS): Build libguile before ice-9. + 2001-07-22 Marius Vollmer * configure.in: Check for "inttypes.h". diff --git a/ice-9/ChangeLog b/ice-9/ChangeLog index 603f669e9..c29dc3978 100644 --- a/ice-9/ChangeLog +++ b/ice-9/ChangeLog @@ -1,3 +1,13 @@ +2001-07-23 Marius Vollmer + + * Makefile.am (psyntax.pp): Enable rule for psyntax.pp only in + maintainer mode. Use compile-psyntax.scm for actual compilation. + Make sure the uninstalled guile is used. + (EXTRA_DIST): Distribute compile-psyntax.scm + * compile-psyntax.scm: New file. + * syncase.scm (psyncomp): Removed, it is now in + compile-psyntax.scm. + 2001-07-18 Martin Grabmueller * and-let-star.scm, debug.scm, debugger.scm, history.scm,