[PATCH] {maint} maintcheck: reduce code duplication, increase coverage

2012-05-04 Thread Stefano Lattarini
* syntax-checks.mk: Move ... (sc_tests_plain_aclocal, sc_tests_plain_autoconf, sc_tests_plain_perl, sc_tests_plain_autoupdate, sc_tests_plain_automake, sc_tests_plain_make, sc_tests_plain_autoheader, sc_tests_plain_autoreconf, sc_tests_plain_autom4te): ... all these targets ... (sc_tests_plain_egre

[FYI] {maint} maintcheck: avoid a couple of spurious failures

2012-05-04 Thread Stefano Lattarini
* t/objcxx-deps.sh, t/objcxx-minidemo.sh: In C++ files, use "std::cout <<", not "cout <<", to avoid triggering a spurious failure by the syntax check 'sc_tests_here_document_format'. Signed-off-by: Stefano Lattarini --- t/objcxx-deps.sh |3 +-- t/objcxx-minidemo.sh |3 +-- 2 files ch

[FYI] Merge branch 'maint' into master

2012-05-04 Thread Stefano Lattarini
commit 1e8526488f16c127e89ccd8be0df1bd33076c351 Merge: a124188 33f4f7d Author: Stefano Lattarini Date: Fri May 4 17:46:51 2012 +0200 Merge branch 'maint' * maint: tests: avoid spurious failure on missing Obj C/C++ compiler objc, objc++: test support for compilation flags

Branch on ObjC++ support merged into maint (will appear in Automake 1.12.1)

2012-05-04 Thread Stefano Lattarini
On 05/02/2012 05:50 PM, Stefano Lattarini wrote: > I plan to merge the 'objc++-support' branch into 'maint' by > tomorrow if there are no more errors. > I've done that, and fixed a previously-unseen spurious failure with the attached patch. Thanks again Peter for your work on this! Stefano >From

Re: [PATCH] dist: don't bother putting README first in $(DIST_COMMON)

2012-05-04 Thread Stefano Lattarini
On 05/03/2012 08:44 PM, Stefano Lattarini wrote: > Comments on some of our automake-time pre-processing of $(DIST_COMMON) > said that it was done in order to "put README first because it then > becomes easier to make a Usenet-compliant shar file". But such a > format is hardly relevant anymore, an