have libtool copy files, not symlink them

SVN revision: 16010
This commit is contained in:
Mike Frysinger 2005-08-03 00:39:10 +00:00
parent 7d48cfada7
commit aac4224f3c
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ rm -f aclocal.m4
echo "Running aclocal..." ; aclocal $ACLOCAL_FLAGS -I m4 || exit 1
echo "Running autoheader..." ; autoheader || exit 1
echo "Running autoconf..." ; autoconf || exit 1
echo "Running libtoolize..." ; (libtoolize --automake || glibtoolize --automake) || exit 1
echo "Running libtoolize..." ; (libtoolize --copy --automake || glibtoolize --automake) || exit 1
echo "Running automake..." ; automake --add-missing --copy --gnu || exit 1
if [ -z "$NOCONFIGURE" ]; then