git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8136
d0543943-73ff-0310-b7d9-
9358b9ac24b2
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
$libtoolize --copy --automake
${AUTOCONF:-autoconf}
${AUTOHEADER:-autoheader}
-${AUTOMAKE:-automake} --no-force --add-missing
+${AUTOMAKE:-automake} --no-force --add-missing --copy
rm -rf autom4te*.cache