From 03b2093c9ed594ef91df99705cbcf302aeaf661b Mon Sep 17 00:00:00 2001 From: hno <> Date: Mon, 27 Dec 2004 18:29:54 +0000 Subject: [PATCH] And use the found libtool version.. --- bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap.sh b/bootstrap.sh index fd608f353f..8d967d4fe9 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -79,7 +79,7 @@ do # Bootstrap the autotool subsystems bootstrap aclocal$amver bootstrap autoheader$acver - bootstrap libtoolize --force --copy --automake + bootstrap libtoolize$ltver --force --copy --automake bootstrap automake$amver --foreign --add-missing --copy -f bootstrap autoconf$acver fi ); then -- 2.47.3