From 6191ccecf1a1bfff270b1625c5043a43236c5fbd Mon Sep 17 00:00:00 2001 From: Marius Vollmer Date: Fri, 22 Oct 2004 13:04:09 +0000 Subject: [PATCH] *** empty log message *** --- ChangeLog | 14 ++++++++++++++ NEWS | 5 ++--- libguile/ChangeLog | 13 ++++++++++++- 3 files changed, 28 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index d4fcde4dd..ecd21b9aa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +2004-10-22 Marius Vollmer + + Removed usage of libguile-ltdl. + + * configure.in: Call AC_LIBLTDL_INSTALLABLE instead of + AC_LIB_LTDL. + (AC_CONFIG_SUBDIRS): Added libltdl. + (DLPREOPEN, LTDLINC, LIBLTDL): Moved AC_SUBST near other libtool + stuff. Also subst LTDLINC instead of INCLTDL. + (AC_CONFIG_FILES): Removed libguile-ltdl/Makefile and + libguile-ltdl/upstream/Makefile. + + * Makefile.am (SUBDIRS): Replaced libguile-ltdl with libltdl. + 2004-09-28 Marius Vollmer * ABOUT-NLS: New, from gettext 0.14.1. diff --git a/NEWS b/NEWS index b5ad4350d..f89df2cd8 100644 --- a/NEWS +++ b/NEWS @@ -115,10 +115,9 @@ This is an implementation of SRFI-31 which provides a special form The modules are still available, tho, and you could use them together with a renaming import, for example. -** Guile now includes its own version of libltdl. +** Guile no longer includes its own version of libltdl. -We now use a modified version of libltdl that allows us to make -improvements to it without having to rely on libtool releases. +The official version is good enough now. ** The --enable-htmldoc option has been removed from 'configure'. diff --git a/libguile/ChangeLog b/libguile/ChangeLog index 03a276717..045a736f6 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,3 +1,14 @@ +2004-10-22 Marius Vollmer + + * Makefile.am (INCLUDES): Use @LTDLINC@ instead of + "-I$(top_srcdir)/libguile-ltdl". + (libguile_la_LIBADD): Use @LIBLTDL@ instead of + "../libguile-ltdl/libguile-ltdl.a". + + * guile.c, dynl.c: Switched to using libltdl directly. Replaced + all references to scm_lt_* with just lt_*. Include + instead of . + 2004-10-20 Marius Vollmer * sort.c (quicksort): Copy pivot out of the array while @@ -14,7 +25,7 @@ scm_out_of_range. * sort.c (scm_restricted_vector_sort_x): Validate startpos <= - endpos. State inclusiveness/exclusiveness if bounds in docstring. + endpos. State inclusiveness/exclusiveness of bounds in docstring. * unif.c (scm_array_p): When no prototype is given, explicitely test for allowable types, do not simply return true. Thanks to -- 2.20.1