use same version of libtool and libtoolize (FSBUILD-205)

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15416 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris 2009-11-11 01:41:23 +00:00
parent 0d9de1f865
commit 30313e7365
1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,7 @@ fi
if [ -n "${LIBTOOL}" ]; then
libtoolize=${LIBTOOLIZE:-`dirname "${libtool}"`/libtoolize}
else
libtoolize=${LIBTOOLIZE:-`${LIBDIR}/apr/build/PrintPath glibtoolize libtoolize15 libtoolize14 libtoolize`}
libtoolize=${LIBTOOLIZE:-`${LIBDIR}/apr/build/PrintPath glibtoolize libtoolize libtoolize22 libtoolize15 libtoolize14`}
fi
if [ "x$libtoolize" = "x" ]; then
echo "libtoolize not found in path"