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

dont fail on bootstrap due to missing libs

上级 ecddf7a8
......@@ -273,6 +273,7 @@ ${AUTOHEADER:-autoheader}
libbootstrap()
{
i=$1
if [ -d ${LIBDIR}/${i} ] ; then
echo "Entering directory ${LIBDIR}/${i}"
cd ${LIBDIR}/${i}
rm -f aclocal.m4
......@@ -322,6 +323,9 @@ libbootstrap()
fi
rm -rf autom4te*.cache
fi
else
echo "Skipping directory ${LIBDIR}/${i}"
fi
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论