Re: [PATCH] docs: Add references between the 2 sections on compiling Java.

2011-07-16 Thread tsuna
On Sat, Jul 16, 2011 at 6:18 AM, Stefano Lattarini wrote: > diff --git a/doc/automake.texi b/doc/automake.texi > index 9024888..e186489 100644 > --- a/doc/automake.texi > +++ b/doc/automake.texi > @@ -,8 +,9 @@ is as follows: >  @cindex Support for Java > >  Automake includes support for n

Re: [PATCH] docs: Add references between the 2 sections on compiling Java.

2011-07-16 Thread Stefano Lattarini
Hi Benoit, thanks for the patch. On Saturday 16 July 2011, Benoit Sigoure wrote: > * doc/automake.texi (Java Support, Java): Add cross-references. > --- > ChangeLog |5 + > doc/automake.texi |8 +--- > 2 files changed, 10 insertions(+), 3 deletions(-) > > diff --git a/Cha

[FYI] {testsuite-work} test defs: new subroutine 'seq_', simulating GNU seq(1)

2011-07-16 Thread Stefano Lattarini
* tests/defs (seq_): New subroutine. * tests/instmany.test: Use it. * tests/instmany-mans.test: Likewise. * tests/instmany-python.test: Likewise. * tests/self-check-seq.test: New self test. * tests/Makefile.am (TESTS): Update. --- ChangeLog | 10 ++ tests/Makefile.am

[FYI] {testsuite-work} tests: more uses of the 'unindent' subroutine

2011-07-16 Thread Stefano Lattarini
* tests/backcompat.test: Prefer `unindent' over plain `cat' for here documents created from within a loop of if/else body. * tests/backcompat2.test: Likewise. * tests/backcompat4.test: Likewise. * tests/init.test: Likewise. * tests/instmany.test: Likewise. * tests/instmany-mans.test: Likewise. * te

[FYI] {testsuite-work} tests: remove duplication about testing of config.* aux files

2011-07-16 Thread Stefano Lattarini
* tests/add-missing.test: Also check that the `AC_CANONICAL_SYSTEM' autoconf macro causes the `config.sub' and `config.guess' scripts to be installed by `automake --add-missing'. Since we are at it, fix minor buglets and cosmetic issues in the `check_' function. * tests/hosts.test: Removed, comple

[FYI] {testsuite-work} tests: avoid '##'-style comments inside recipe commands

2011-07-16 Thread Stefano Lattarini
* tests/autodist.test: Do not whitespace-indent `##' comments when they are embedded in a makefile rule: having them indented is not part of the Automake API, and might cause failures with e.g., Tru64 make. * tests/autodist-subdir.test: Likewise. * tests/backcompat.test: Likewise. * tests/backcompa

[FYI] {testsuite-work} tests: tweak, improve and extend tests on lisp support

2011-07-16 Thread Stefano Lattarini
* tests/lisp2.test: Prettify, and improve debugging output. Make grepping of automake stderr stricter. * tests/lisp7.test: Ensure verbose printing of captured make output. Add trailing `:' command. * tests/lisp8.test: Likewise. * tests/lisp3.test: Likewise. Also, check that `.el' files and compi

[FYI] {testsuite-work} tests: drop useless requirement in 'license.test'

2011-07-16 Thread Stefano Lattarini
* tests/license.test: Drop useless requirement "makeinfo". Add an extra blank line, for clarity. --- ChangeLog |6 ++ tests/license.test |2 +- 2 files changed, 7 insertions(+), 1 deletions(-) diff --git a/ChangeLog b/ChangeLog index e42c3e3..84b8671 100644 --- a/ChangeLog