copy files, dont link them

SVN revision: 25088
This commit is contained in:
Mike Frysinger 2006-08-24 19:59:18 +00:00
parent fb8bd3e398
commit eed2e5bfc3
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ autoconf || exit 1
echo "Running autoheader" echo "Running autoheader"
autoheader || exit 1 autoheader || exit 1
echo "Running automake --add-missing" echo "Running automake --add-missing"
automake --add-missing || exit 1 automake --copy --add-missing || exit 1
if test x$NOCONFIGURE != x; then if test x$NOCONFIGURE != x; then
echo "Skipping configure process." echo "Skipping configure process."