提交 0406db04 authored 作者: Michael Jerris's avatar Michael Jerris

include the acutal files instead of symlinks when we bootstrap (FSBUILD-43)

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8136 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 5ddf4aba
...@@ -250,7 +250,7 @@ do ...@@ -250,7 +250,7 @@ do
if [ ! -z "${AMTEST}" ] ; then if [ ! -z "${AMTEST}" ] ; then
if [ -f ${LIBDIR}/${i}/Makefile.am ] ; then if [ -f ${LIBDIR}/${i}/Makefile.am ] ; then
echo "Creating Makefile.in" echo "Creating Makefile.in"
${AUTOMAKE:-automake} --no-force --add-missing ; ${AUTOMAKE:-automake} --no-force --add-missing --copy ;
fi fi
fi fi
rm -rf autom4te*.cache rm -rf autom4te*.cache
...@@ -264,6 +264,6 @@ ${ACLOCAL:-aclocal} ${ACLOCAL_OPTS} ...@@ -264,6 +264,6 @@ ${ACLOCAL:-aclocal} ${ACLOCAL_OPTS}
$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 --copy
rm -rf autom4te*.cache rm -rf autom4te*.cache
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论