Fix touch: cannot touch `ltmain.sh': Permission denied

This commit is contained in:
Kenneth Heafield 2011-10-20 16:20:58 +01:00
parent eb074bb265
commit fa9e1eb8c1

View File

@ -63,6 +63,7 @@ echo "Calling $ACLOCAL..."
$ACLOCAL -I m4 || die "aclocal failed"
echo "Calling $AUTOCONF..."
$AUTOCONF || die "autoconf failed"
rm ltmain.sh 2>/dev/null
touch ltmain.sh
echo "Calling $AUTOMAKE..."
$AUTOMAKE || die "automake failed"