1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 20:00:19 +02:00

*** empty log message ***

This commit is contained in:
Jim Blandy 1997-04-09 23:07:31 +00:00
parent e13d8dc0e0
commit 58bc1a290d
2 changed files with 18 additions and 0 deletions

View file

@ -1,3 +1,11 @@
Wed Apr 9 17:51:13 1997 Jim Blandy <jimb@floss.cyclic.com>
Changes to work with automake-1.1n, which has better libtool
support. Also use libtool 0.8.
* README: Note new version numbers for automake and libtool.
* missing: New file required by new automake.
* Makefile.in: Regenerated.
Sat Apr 5 16:48:38 1997 Jim Blandy <jimb@floss.cyclic.com>
* newdoc/ref/scheme.texi (set-object-property!): Fix function name.

View file

@ -1,3 +1,13 @@
Wed Apr 9 18:01:20 1997 Jim Blandy <jimb@floss.cyclic.com>
Changes to work with automake-1.1n, which has better libtool support.
* Makefile.am: Use lib_LTLIBRARIES instead of lib_PROGRAMS.
Use libguile_la_LIBADD instead of libguile_la_LDADD. (What's the
difference here?)
(libguile_la_SOURCES, modinclude_HEADERS, EXTRA_DIST): Format for
readability.
* Makefile.in: Rebuild.
Sat Apr 5 23:56:40 1997 Gary Houston <ghouston@actrix.gen.nz>
* stime.c (scm_init_stime): don't define ticks/sec.