1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-29 19:30:36 +02:00

* 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.
This commit is contained in:
Marius Vollmer 2005-03-08 00:54:46 +00:00
parent 5a3ce59e21
commit a98dbc879e
4 changed files with 27 additions and 17 deletions

View file

@ -37,7 +37,6 @@ $mscripts/render-bugs > BUGS
######################################################################
### update infrastructure
libtoolize --force --copy --ltdl # autoreconf doesn't seem to update libltdl/
autoreconf -i --force --verbose
echo "guile-readline..."