From e4ef46d43ca05c26de38bb3f09856a6e26a8b072 Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Fri, 30 Aug 1996 21:15:31 +0000 Subject: [PATCH] *** empty log message *** --- ice-9/ChangeLog | 13 +++++++++++++ libguile/ChangeLog | 16 ++++++++++++++++ 2 files changed, 29 insertions(+) diff --git a/ice-9/ChangeLog b/ice-9/ChangeLog index 6e4fa7370..16c7df45d 100644 --- a/ice-9/ChangeLog +++ b/ice-9/ChangeLog @@ -1,3 +1,16 @@ +Thu Aug 29 23:05:11 1996 Thomas Morgan + + * boot-9.scm (%load-path): Add the site directory. + Add the directory named after the version number. + Prepend the version number to the other directories in the path. + Simplify by mapping the common prefix onto each item. + * Makefile.in (datadir, pkgdatadir, pkgverdatadir, subpkgdatadir, + sitedatadir): New definitions. + (libparent, libdir, install_path): Replaced by above. + (install): Create the above directories. + Put the source files into subpkgdatadir. + (uninstall): Remove the above directories. + Thu Aug 29 21:48:47 1996 Jim Blandy Don't use the PLUGIN system to gather information for the diff --git a/libguile/ChangeLog b/libguile/ChangeLog index 1e5985717..1321e23ae 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,3 +1,19 @@ +Fri Aug 30 16:01:30 1996 Jim Blandy + + * Makefile.in (libdir, includedir, bindir): Use the + autoconf-supplied values, instead of deriving them ourselves. + (pkgincludedir, datadir, pkgdatadir): New variables. + (install, uninstall): Put the header files in a special + subdirectory, not in the main search path. + + * Makefile.in (IMPLPATH): Deleted; never used. + + * Makefile.in (TCL_SRC_DIR, TK_SRC_DIR): Deleted; we don't depend + on the Tcl/Tk source any more. + (INCLUDE_CFLAGS): Remove references to the above. + + * Makefile.in (version.o): Corrected dependencies. + Thu Aug 29 23:06:19 1996 Thomas Morgan * libguile.h: #include "version.h"