mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 11:40:18 +02:00
*** empty log message ***
This commit is contained in:
parent
a2086f6fcd
commit
e4ef46d43c
2 changed files with 29 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue