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
This commit is contained in:
parent
5ddf4aba76
commit
0406db0432
|
@ -250,7 +250,7 @@ do
|
||||||
if [ ! -z "${AMTEST}" ] ; then
|
if [ ! -z "${AMTEST}" ] ; then
|
||||||
if [ -f ${LIBDIR}/${i}/Makefile.am ] ; then
|
if [ -f ${LIBDIR}/${i}/Makefile.am ] ; then
|
||||||
echo "Creating Makefile.in"
|
echo "Creating Makefile.in"
|
||||||
${AUTOMAKE:-automake} --no-force --add-missing ;
|
${AUTOMAKE:-automake} --no-force --add-missing --copy ;
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
rm -rf autom4te*.cache
|
rm -rf autom4te*.cache
|
||||||
|
@ -264,6 +264,6 @@ ${ACLOCAL:-aclocal} ${ACLOCAL_OPTS}
|
||||||
$libtoolize --copy --automake
|
$libtoolize --copy --automake
|
||||||
${AUTOCONF:-autoconf}
|
${AUTOCONF:-autoconf}
|
||||||
${AUTOHEADER:-autoheader}
|
${AUTOHEADER:-autoheader}
|
||||||
${AUTOMAKE:-automake} --no-force --add-missing
|
${AUTOMAKE:-automake} --no-force --add-missing --copy
|
||||||
rm -rf autom4te*.cache
|
rm -rf autom4te*.cache
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue