提交 36337036 authored 作者: Michael Jerris's avatar Michael Jerris

use the right libtool

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4677 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 6726bf4d
...@@ -214,7 +214,7 @@ do ...@@ -214,7 +214,7 @@ do
#only run if AC_PROG_LIBTOOL is in configure.in/configure.ac #only run if AC_PROG_LIBTOOL is in configure.in/configure.ac
if [ ! -z "${LTTEST}" -o "${LTTEST2}" ] ; then if [ ! -z "${LTTEST}" -o "${LTTEST2}" ] ; then
echo "Running libtoolize..." echo "Running libtoolize..."
${LIBTOOLIZE:-libtoolize} --force --copy ; $libtoolize --force --copy ;
fi fi
echo "Creating configure" echo "Creating configure"
...@@ -241,7 +241,7 @@ cd ${BASEDIR} ...@@ -241,7 +241,7 @@ cd ${BASEDIR}
rm -f aclocal.m4 rm -f aclocal.m4
${ACLOCAL:-aclocal} ${ACLOCAL_OPTS} ${ACLOCAL:-aclocal} ${ACLOCAL_OPTS}
${LIBTOOLIZE:-libtoolize} --copy --automake $libtoolize --copy --automake
${AUTOCONF:-autoconf} ${AUTOCONF:-autoconf}
${AUTOHEADER:-autoheader} ${AUTOHEADER:-autoheader}
${AUTOMAKE:-automake} --no-force --add-missing ${AUTOMAKE:-automake} --no-force --add-missing
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论