summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Vollmer <mvo@zagadka.de>2004-10-22 13:04:09 +0000
committerMarius Vollmer <mvo@zagadka.de>2004-10-22 13:04:09 +0000
commit6191ccecf1a1bfff270b1625c5043a43236c5fbd (patch)
tree619fb5e6517de8a9e73450ef53c88d3a4a630857
parenta8255dca087b3ea05dbd95e0b0ddd85c1d94641d (diff)
downloadguile-6191ccecf1a1bfff270b1625c5043a43236c5fbd.tar.gz
*** empty log message ***
-rw-r--r--ChangeLog14
-rw-r--r--NEWS5
-rw-r--r--libguile/ChangeLog13
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 <marius.vollmer@uni-dortmund.de>
+
+ 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 <marius.vollmer@uni-dortmund.de>
* 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 <marius.vollmer@uni-dortmund.de>
+
+ * 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 <ltdl.h>
+ instead of <libguile-ltdl.h>.
+
2004-10-20 Marius Vollmer <mvo@zagadka.de>
* 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