1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-13 15:10:34 +02:00

*** empty log message ***

This commit is contained in:
Marius Vollmer 1997-01-11 19:01:21 +00:00
parent 1bb9f4dbf6
commit b9e19a2773

View file

@ -1,3 +1,12 @@
Sat Jan 11 14:47:00 1997 Marius Vollmer <mvo@zagadka.ping.de>
* configure.in: Replaced AC_PROG_RANLIB with AM_PROG_LIBTOOL.
* Makefile.am: Made libguile into a libtool library.
* PLUGIN/guile.config: Removed "-L ../libguile" from xtra_cflags.
Set libtool_libs to indicate that libguile is a libtool library.
See guile/ChangeLog for details.
* .cvsignore: ignore "*.lo", the libtool library objects.
Wed Jan 8 06:54:54 1997 Gary Houston <ghouston@actrix.gen.nz> Wed Jan 8 06:54:54 1997 Gary Houston <ghouston@actrix.gen.nz>
* net_db.c (scm_getserv): add missing SCM_ALLOW_INTS. * net_db.c (scm_getserv): add missing SCM_ALLOW_INTS.