提交 f75b18b0 authored 作者: Stefan Knoblich's avatar Stefan Knoblich

[bootstrap, missing part...] ... run automake if AC_PROG_INSTALL is used in…

[bootstrap, missing part...] ... run automake if AC_PROG_INSTALL is used in configure.{ac,in}, even if there is no Makefile.am (or install-sh may be missing later). Fix the wrong comment too.

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13686 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 802c0f63
......@@ -315,7 +315,6 @@ do
fi
#run if AM_INIT_AUTOMAKE / AC_PROG_INSTALL is in configure.in/configure.ac
#or Makefile.am exists
if [ ! -z "${AMTEST}" ]; then
echo "Creating Makefile.in"
${AUTOMAKE:-automake} --no-force --add-missing --copy ;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论