1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-20 11:40:18 +02:00

*** empty log message ***

This commit is contained in:
Marius Vollmer 2005-03-08 00:58:55 +00:00
parent a98dbc879e
commit 461f34aa1b
2 changed files with 23 additions and 0 deletions

View file

@ -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

View 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,