summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Vollmer <mvo@zagadka.de>2000-01-11 20:33:40 +0000
committerMarius Vollmer <mvo@zagadka.de>2000-01-11 20:33:40 +0000
commit0d90b76de34d08f4c6005b2a4f72d99a2ee9c255 (patch)
treea70c5bc412485dca8c12b9c1e2d472e6ab14f7d0
parent5c68589bb1daea36442a6164a5e13c8dd3d3aed0 (diff)
downloadguile-0d90b76de34d08f4c6005b2a4f72d99a2ee9c255.tar.gz
*** empty log message ***
-rw-r--r--ChangeLog27
1 files changed, 27 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1533b3bff..12e8031cf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,30 @@
+2000-01-11 Marius Vollmer <mvo@zagadka.ping.de>
+
+ * libltdl/autogen.sh: New file.
+ * autogen.sh: Invoke libltdl/autogen.sh.
+
+2000-01-09 Marius Vollmer <mvo@zagadka.ping.de>
+
+ Finally applied the libltdl patch from Thomas Tanner, with slight
+ modifications. All code copied from the libtool package is from
+ libtool-1.3.4.
+
+ * configure.in: Make "--with-modules=yes" the default. Do not
+ clear INCLTDL, LIBLTDL prior to processing "--with-modules".
+
+ 1999-07-25 Thomas Tanner <tanner@ffii.org>
+
+ * Makefile.am: add libltdl to SUBDIRS, automake automatically
+ includes ltconfig, ltmain.sh and acconfig.h in EXTRA_DIST
+ * acinclude.m4: remove GUILE_DLSYM_USCORE, add libtool.m4
+ (no need to install libtool any more)
+ * configure.in: replace --enable-dynamic-linking with
+ --with-modules, required modules can be specified using
+ --with-modules="/path/to/mod.la" and will be linked
+ statically on platforms that don't support dynamic loading,
+ configure libltdl, configure libtool for dlopening
+ * libltdl: added using libtoolize -c --ltdl
+
2000-01-09 Gary Houston <ghouston@arglist.com>
* configure.in: check whether localtime caches TZ. copied from