]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
[bootstrap, missing part...] ... run automake if AC_PROG_INSTALL is used in configure...
authorStefan Knoblich <stkn@freeswitch.org>
Mon, 8 Jun 2009 19:05:12 +0000 (19:05 +0000)
committerStefan Knoblich <stkn@freeswitch.org>
Mon, 8 Jun 2009 19:05:12 +0000 (19:05 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13686 d0543943-73ff-0310-b7d9-9358b9ac24b2

bootstrap.sh

index 0da40f64fcf2c1edd7b437097b7bf1db21a593f4..da571ae81365dce85751de9b440efc8732be33e5 100755 (executable)
@@ -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 ;