From 30dbbc4d2939529cc457cd9b35006c4bfdeef5bc Mon Sep 17 00:00:00 2001 From: Rob Browning Date: Tue, 20 Aug 2002 04:02:48 +0000 Subject: [PATCH] *** empty log message *** --- ChangeLog | 13 +++++++++++++ libguile/ChangeLog | 6 ++++++ 2 files changed, 19 insertions(+) diff --git a/ChangeLog b/ChangeLog index ad8514e58..1b70eda6d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +2002-08-19 Rob Browning + + * .cvsignore: add config.h. + + * autogen.sh (mscripts): (one more time) change from ../scripts to + ../guile-scripts to match the module name in the cvs repository. + +2002-08-05 Rob Browning + + * configure.in: change our config header from libguile/scmconfig.h + to be the traditional ./config.h. libguile/scmconfig.h is now + built from that during the build process. + 2002-07-20 Rob Browning * autogen.sh (mscripts): change back to ../scripts for now. diff --git a/libguile/ChangeLog b/libguile/ChangeLog index 0fb3c9126..cea7191f4 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,3 +1,9 @@ +2002-08-05 Rob Browning + + * Makefile.am (modinclude_HEADERS): add scmconfig.h. + (scmconfig.h): new target -- generate file from ../config.h. + (MOSTLYCLEANFILES): add scmconfig.h. + 2002-07-08 Rob Browning * gc_os_dep.c: HURD fixes.