summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorMarius Vollmer <mvo@zagadka.de>2005-03-08 00:54:46 +0000
committerMarius Vollmer <mvo@zagadka.de>2005-03-08 00:54:46 +0000
commita98dbc879e1c593f02685a80356f9b7a46fc2a36 (patch)
tree8bbbab35660e2a01346f6418fc0ae6f7e6c9aefa /autogen.sh
parent5a3ce59e21ac72a70dd910fdc3a48abbb2ca8b78 (diff)
downloadguile-a98dbc879e1c593f02685a80356f9b7a46fc2a36.tar.gz
* 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.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index a9b432f94..90dc4805f 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -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..."