+2008-10-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
+
+ Fix bootstrap to remove read-only directories right.
+ * bootstrap: Remove automake-$APIVERSION correctly.
+
2008-10-06 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
Improve test coverage of current TESTS semantics.
# This script helps bootstrap automake, when checked out from git.
#
-# Copyright (C) 2002, 2003, 2004, 2007 Free Software Foundation, Inc.
+# Copyright (C) 2002, 2003, 2004, 2007, 2008 Free Software Foundation,
+# Inc.
# written by Pavel Roskin <proski@gnu.org> September 2002
#
# This program is free software; you can redistribute it and/or modify
# Make a dummy versioned directory for aclocal
rm -rf aclocal-$APIVERSION
mkdir aclocal-$APIVERSION
+if test -d automake-$APIVERSION; then
+ find automake-$APIVERSION -exec chmod u+wx '{}' ';'
+fi
rm -rf automake-$APIVERSION
# Can't use `ln -s lib automake-$APIVERSION',
# that would create a lib.exe stub under DJGPP 2.03.