[Freeswitch-svn] [commit] r13686 - freeswitch/trunk

FreeSWITCH SVN stkn at freeswitch.org
Mon Jun 8 12:05:13 PDT 2009


Author: stkn
Date: Mon Jun  8 14:05:12 2009
New Revision: 13686

Log:
[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.

Modified:
   freeswitch/trunk/bootstrap.sh

Modified: freeswitch/trunk/bootstrap.sh
==============================================================================
--- freeswitch/trunk/bootstrap.sh	(original)
+++ freeswitch/trunk/bootstrap.sh	Mon Jun  8 14:05:12 2009
@@ -315,7 +315,6 @@
       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 ;



More information about the Freeswitch-svn mailing list