*** empty log message ***
authorJim Blandy <jimb@red-bean.com>
Sat, 11 Sep 1999 15:08:11 +0000 (15:08 +0000)
committerJim Blandy <jimb@red-bean.com>
Sat, 11 Sep 1999 15:08:11 +0000 (15:08 +0000)
ChangeLog
doc/ChangeLog
guile-config/ChangeLog
ice-9/ChangeLog
libguile/ChangeLog

index 67f1297..32e46c3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+1999-09-11  Jim Blandy  <jimb@savonarola.red-bean.com>
+
+       * configure.in (GUILE_STAMP): Don't set this variable, or
+       substitute it into anything.  Full explanation in ice-9/ChangeLog.
+       * configure, Makefile.in: Regenerated.
+       
 1999-09-06  James Blandy  <jimb@mule.m17n.org>
 
        Propagate the changes of 2 Sept the rest of the way through.
index 614955c..c5fe708 100644 (file)
@@ -1,3 +1,7 @@
+1999-09-11  Jim Blandy  <jimb@savonarola.red-bean.com>
+
+       * Makefile.in: Regenerated.
+
 Fri Jun 25 22:21:43 1999  Greg Badros  <gjb@cs.washington.edu>
 
        * data-rep.texi: Updated SMOB docs to talk about
index fd361fa..dade586 100644 (file)
@@ -1,3 +1,7 @@
+1999-09-11  Jim Blandy  <jimb@savonarola.red-bean.com>
+
+       * Makefile.in: Regenerated.
+
 1998-07-29  Marius Vollmer  <mvo@zagadka.ping.de>
 
        * guile-config.in (build-link): Correct non-RnRS usage of internal
index 08d4bd6..73dbe88 100644 (file)
@@ -1,3 +1,20 @@
+1999-09-11  Jim Blandy  <jimb@savonarola.red-bean.com>
+
+       Delete the test which compares the configuration date of libguile
+       with the configuration date of ice-9.  This test yields too many
+       false positives to be helpful.  For example, if you build Guile
+       for several architectures but have them all share a "share"
+       directory (which is supposed to work), then all but one
+       architecture's Guile will complain that the configuration dates
+       don't match.  Which is true, but indicates nothing wrong.
+       * boot-9.scm: Delete code which compares ice-9-config-stamp with
+       libguile-config-stamp.
+       * version.scm.in: Delete.
+       * Makefile.am (ice9_generated): Delete.
+       (subpkgdata_DATA): Remove ice9_generated.
+       (EXTRA_DIST): Remove version.scm.in.
+       * Makefile.in: Regenerate.
+
 1999-09-11  Mikael Djurfeldt  <mdj@thalamus.nada.kth.se>
 
 *      * debugger.scm: New file: Initial version of the Guile debugger
index bc20032..828e7b4 100644 (file)
@@ -1,3 +1,10 @@
+1999-09-11  Jim Blandy  <jimb@savonarola.red-bean.com>
+
+       * version.c (scm_libguile_config_stamp): Deleted.  See
+       corresponding change to ../ice-9/boot-9.scm.
+       * version.h: Delete prototype.
+       * Makefile.in: Regenerated.
+
 1999-09-11  Gary Houston  <ghouston@easynet.co.uk>
 
        * filesys.c (scm_directory_p): new procedure "directory?"  Returns