[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
This commit is contained in:
Stefan Knoblich 2009-06-08 19:05:12 +00:00
parent 802c0f63ab
commit f75b18b088
1 changed files with 0 additions and 1 deletions

View File

@ -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 ;