I pushed the following approved patches to maint (with merges in master and branch-1.11).
Regards, Stefano -*-*- Stefano Lattarini (3): tests/README: Don't put GCS mandated tools in $required. Fixlets for HACKING. Test automake-generated portions of configure help screen. ChangeLog | 21 ++++++++++++++++ HACKING | 14 +++++----- tests/Makefile.am | 10 +++++++ tests/Makefile.in | 10 +++++++ tests/README | 4 ++- tests/help-depend.test | 41 +++++++++++++++++++++++++++++++ tests/help-depend2.test | 42 +++++++++++++++++++++++++++++++ tests/help-dmalloc.test | 39 +++++++++++++++++++++++++++++ tests/help-init.test | 39 +++++++++++++++++++++++++++++ tests/help-lispdir.test | 40 ++++++++++++++++++++++++++++++ tests/help-maintainer.test | 58 ++++++++++++++++++++++++++++++++++++++++++++ tests/help-multilib.test | 38 ++++++++++++++++++++++++++++ tests/help-regex.test | 38 ++++++++++++++++++++++++++++ tests/help-silent.test | 43 ++++++++++++++++++++++++++++++++ tests/help-upc.test | 38 ++++++++++++++++++++++++++++ tests/mmode.test | 5 +-- 16 files changed, 469 insertions(+), 11 deletions(-) create mode 100755 tests/help-depend.test create mode 100755 tests/help-depend2.test create mode 100755 tests/help-dmalloc.test create mode 100755 tests/help-init.test create mode 100755 tests/help-lispdir.test create mode 100755 tests/help-maintainer.test create mode 100755 tests/help-multilib.test create mode 100755 tests/help-regex.test create mode 100755 tests/help-silent.test create mode 100755 tests/help-upc.test