From 0406db0432bfc1203d56c5a97b09769bd4effb02 Mon Sep 17 00:00:00 2001 From: Michael Jerris Date: Mon, 21 Apr 2008 19:07:18 +0000 Subject: [PATCH] include the acutal files instead of symlinks when we bootstrap (FSBUILD-43) git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8136 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- bootstrap.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bootstrap.sh b/bootstrap.sh index 89ac862716..bfefd46857 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -250,7 +250,7 @@ do 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 @@ ${ACLOCAL:-aclocal} ${ACLOCAL_OPTS} $libtoolize --copy --automake ${AUTOCONF:-autoconf} ${AUTOHEADER:-autoheader} -${AUTOMAKE:-automake} --no-force --add-missing +${AUTOMAKE:-automake} --no-force --add-missing --copy rm -rf autom4te*.cache