[FYI] {minor} TAP driver: remove perl implementation (move it into contrib/)

2013-12-24 Thread Stefano Lattarini
That implementation was only meant as a standard against which the portable awk+shell implementation was to be measured. Now, since Automake 1.12, the latter implementation is fully functional and already used in the wild, and in fact feature-par with the perl implementation. So the perl implemen

[FYI] {minor} TAP driver: no need to invoke AC_PROG_AWK directly

2013-12-24 Thread Stefano Lattarini
It is already required by AM_INIT_AUTOMAKE anyway. * doc/automake.texi: Adjust examples. * t/tap-doc2.sh: Adjust documentation-tracking test. * m4/init.m4 (AM_INIT_AUTOMAKE): Explicitly tell that the AC_PROG_AWK requirement is also needed whenever the TAP driver is used. Signed-off-by: Stefano La

Re: The test logs lost their title

2013-12-24 Thread Stefano Lattarini
tags 11814 +patch close 11814 stop Reference: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=11814 Rather than adding yet another option, I've decided to simply enhance the test-driver script to *append* the result and exit status of any test it runs after the logged output of that test. This is i

[FYI] Merge branch 'minor' into master

2013-12-24 Thread Stefano Lattarini
Merge branch 'minor' into master * minor: NEWS: stop reporting "new" Automake versioning scheme post-release: micro version bump to 1.14.1a devel version release: stable micro release 1.14.1 HACKING: minor clarification tests: make install-info-dir.sh print more debugging info tests: r

[FYI] {minor} NEWS: stop reporting "new" Automake versioning scheme

2013-12-24 Thread Stefano Lattarini
It's actually old news by now. Signed-off-by: Stefano Lattarini --- NEWS | 42 -- 1 file changed, 42 deletions(-) diff --git a/NEWS b/NEWS index db9fdd4..5cc0019 100644 --- a/NEWS +++ b/NEWS @@ -1,45 +1,3 @@ -* WARNING: New versioning scheme for Automake.

[FYI] Merge branch 'micro' into minor

2013-12-24 Thread Stefano Lattarini
Merge branch 'micro' into minor * micro: post-release: micro version bump to 1.14.1a devel version release: stable micro release 1.14.1 HACKING: minor clarification tests: make install-info-dir.sh print more debugging info tests: remove too-brittle test tap-realtime.sh maintainer: am-f

[FYI] {micro} post-release: micro version bump to 1.14.1a devel version

2013-12-24 Thread Stefano Lattarini
* configure.ac (AC_INIT): Bump version number to 1.14.1a. * m4/amversion.m4: Likewise (auto-updated by "make bootstrap"). Signed-off-by: Stefano Lattarini --- configure.ac| 2 +- m4/amversion.m4 | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure

[FYI] {micr} release: stable micro release 1.14.1

2013-12-24 Thread Stefano Lattarini
* configure.ac (AC_INIT): Bump version number to 1.14.1. * m4/amversion.m4: Likewise (auto-updated by "make bootstrap"). Signed-off-by: Stefano Lattarini --- configure.ac| 6 +++--- m4/amversion.m4 | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/configure.ac b/config