* tests/nobase.test: Adjust.
Report by Patrick Welche.
+2006-09-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
+
+ * NEWS: Mention that `install-sh' needs executable permissions.
+ * tests/nobase.test: Adjust.
+ Report by Patrick Welche.
+
2006-09-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
* lib/am/check.am (check-TESTS): Fix matching of XFAIL_TESTS
+New in 1.9c:
+
+* Miscellaneous changes:
+
+ - The script `install-sh' needs to have executable permissions for
+ a package to work correctly. The permissions may have been lost
+ by work of a patch or version control tool.
+
New in 1.9b:
* Version requirements:
$AUTOMAKE -a --copy
./configure --prefix `pwd`/inst --program-prefix=p
-# Remove the 'x' bits just for fun. (Peter O'Gorman said: "If an
-# upstream source tarball does not use the autotools, it is sometimes
-# easier to build if it is modified to use them. Then a patch is
-# generated, and applied to the unpacked clean sources during the
-# build. patch(1) knows nothing about permissions, so executable bits
-# etc can disappear.")
-chmod a-x install-sh
-
$MAKE
$MAKE test-install-data
$MAKE test-install-exec