[Freeswitch-svn] [commit] r8136 - freeswitch/trunk
Freeswitch SVN
mikej at freeswitch.org
Mon Apr 21 15:07:18 EDT 2008
Author: mikej
Date: Mon Apr 21 15:07:18 2008
New Revision: 8136
Modified:
freeswitch/trunk/bootstrap.sh
Log:
include the acutal files instead of symlinks when we bootstrap (FSBUILD-43)
Modified: freeswitch/trunk/bootstrap.sh
==============================================================================
--- freeswitch/trunk/bootstrap.sh (original)
+++ freeswitch/trunk/bootstrap.sh Mon Apr 21 15:07:18 2008
@@ -250,7 +250,7 @@
if [ ! -z "${AMTEST}" ] ; then
if [ -f ${LIBDIR}/${i}/Makefile.am ] ; then
echo "Creating Makefile.in"
- ${AUTOMAKE:-automake} --no-force --add-missing ;
+ ${AUTOMAKE:-automake} --no-force --add-missing --copy ;
fi
fi
rm -rf autom4te*.cache
@@ -264,6 +264,6 @@
$libtoolize --copy --automake
${AUTOCONF:-autoconf}
${AUTOHEADER:-autoheader}
-${AUTOMAKE:-automake} --no-force --add-missing
+${AUTOMAKE:-automake} --no-force --add-missing --copy
rm -rf autom4te*.cache
More information about the Freeswitch-svn
mailing list