From 31d7af2b174052e035e0efc943201b7526b82eba Mon Sep 17 00:00:00 2001 From: ellson Date: Thu, 27 Nov 2008 13:37:33 +0000 Subject: [PATCH] run libtoolize --ltdl so that new ltdl is used when building from cvs on fc11 --- autogen.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/autogen.sh b/autogen.sh index 559bd5b3d..09efdc6b1 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,5 +1,7 @@ #! /bin/sh +libtoolize --ltdl --force --copy || exit 1 + autoreconf -v --install --force || exit 1 # ensure config/depcomp exists even if still using automake-1.4 -- 2.40.0