From: ellson Date: Thu, 27 Nov 2008 13:37:33 +0000 (+0000) Subject: run libtoolize --ltdl so that new ltdl is used when building from cvs on fc11 X-Git-Tag: LAST_LIBGRAPH~32^2~2789 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=31d7af2b174052e035e0efc943201b7526b82eba;p=graphviz run libtoolize --ltdl so that new ltdl is used when building from cvs on fc11 --- 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