From: Marius Vollmer Date: Mon, 25 Oct 2004 12:52:19 +0000 (+0000) Subject: Added explicit invocation of libtoolize before autoreconf so that X-Git-Url: https://git.hcoop.net/bpt/guile.git/commitdiff_plain/6ecd21466832d7663026bd1a2d66298ff7847f96 Added explicit invocation of libtoolize before autoreconf so that libltdl/ is updated as well. --- diff --git a/autogen.sh b/autogen.sh index d5bccc476..b05c719a6 100755 --- a/autogen.sh +++ b/autogen.sh @@ -37,6 +37,7 @@ $mscripts/render-bugs > BUGS ###################################################################### ### update infrastructure +libtoolize --force --copy --ltdl # autoreconf doesn't seem to update libltdl/ autoreconf -i --force echo "guile-readline..."