From 6ecd21466832d7663026bd1a2d66298ff7847f96 Mon Sep 17 00:00:00 2001 From: Marius Vollmer Date: Mon, 25 Oct 2004 12:52:19 +0000 Subject: [PATCH] Added explicit invocation of libtoolize before autoreconf so that libltdl/ is updated as well. --- autogen.sh | 1 + 1 file changed, 1 insertion(+) 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..." -- 2.20.1