*** empty log message ***
authorJim Blandy <jimb@red-bean.com>
Fri, 30 Aug 1996 21:15:31 +0000 (21:15 +0000)
committerJim Blandy <jimb@red-bean.com>
Fri, 30 Aug 1996 21:15:31 +0000 (21:15 +0000)
ice-9/ChangeLog
libguile/ChangeLog

index 6e4fa73..16c7df4 100644 (file)
@@ -1,3 +1,16 @@
+Thu Aug 29 23:05:11 1996  Thomas Morgan  <tmorgan@gnu.ai.mit.edu>
+
+       * 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  <jimb@floss.cyclic.com>
 
        Don't use the PLUGIN system to gather information for the
index 1e59857..1321e23 100644 (file)
@@ -1,3 +1,19 @@
+Fri Aug 30 16:01:30 1996  Jim Blandy  <jimb@floss.cyclic.com>
+
+       * 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  <tmorgan@gnu.ai.mit.edu>
 
        * libguile.h: #include "version.h"