]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
include the acutal files instead of symlinks when we bootstrap (FSBUILD-43)
authorMichael Jerris <mike@jerris.com>
Mon, 21 Apr 2008 19:07:18 +0000 (19:07 +0000)
committerMichael Jerris <mike@jerris.com>
Mon, 21 Apr 2008 19:07:18 +0000 (19:07 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8136 d0543943-73ff-0310-b7d9-9358b9ac24b2

bootstrap.sh

index 89ac8627168c50e7dc908cedc0038a2b2ae8bdea..bfefd468576c48ae71f94befd1c17b7969f84de2 100755 (executable)
@@ -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