*** empty log message ***
authorMarius Vollmer <mvo@zagadka.de>
Tue, 8 Mar 2005 00:58:55 +0000 (00:58 +0000)
committerMarius Vollmer <mvo@zagadka.de>
Tue, 8 Mar 2005 00:58:55 +0000 (00:58 +0000)
ChangeLog
libguile/ChangeLog

index feea3b0..ca04e45 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,18 @@
+2005-03-08  Marius Vollmer  <mvo@zagadka.de>
+
+       libltdl is no longer distributed.  We expect it to be installed
+       already.
+       
+       * configure.in: Do not call AC_LIBLTDL_INSTALLABLE.  Use
+       AC_CHECK_LIB instead. Do not subst LTDLINCL and LIBLTDL.  Do not
+       add "-DLIBLTDL_DLL_IMPORT" on MINGW32.
+
+       * Makefile.am (SUBDIRS): Removed libltdl.
+
+       * README: Talk about required external packages.
+
+       * autogen.sh: Do not call libtoolize.
+
 2005-03-02  Marius Vollmer  <marius.vollmer@uni-dortmund.de>
 
        * configure.in: Do not check for fast or recursive mutexes.  Check
index b496090..4016ce9 100644 (file)
@@ -1,3 +1,11 @@
+2005-03-08  Marius Vollmer  <mvo@zagadka.de>
+
+       libltdl is no longer distributed.  We expect it to be installed
+       already.
+       
+       * Makefile.am (INCLUDES): Removed @LTDLINCL@.
+       (libguile_la_LIBADD): Removed @LIBLTDL@.
+
 2005-03-07  Marius Vollmer  <mvo@zagadka.de>
 
        * threads.h, async.h, threads.c (SCM_CRITICAL_SECTION_START,