(3) the "set -f" and "set +f" shell commands work, and, respectively,
disable and enable shell globbing.
-* Automake-generated testsuite:
+ +* Automake-generated testsuites:
+ +
+ + - The default test-driver used by the Automake-generates testsuites now
+ + append the result and exit status of each "plain" test to the associated
+ + log file (automake bug#118149).
+
++ - The perl implementation of the TAP testsuite driver is no longer
++ installed in the Automake's scripts directory, and is instead just
++ distributed as a "contrib" addition. There should be no reason to
++ use this implementation anyway in real packages, since the awk+shell
++ implementation of the TAP driver (that is documented in the manual)
++ is more portable and has feature parity with the perl implementation.
++
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
New in 1.14.1: