maintcheck: avoid failures, sync with 'ng/master' more
commitb1e58545f392151970f930be4c89b75b47c087a5
authorStefano Lattarini <stefano.lattarini@gmail.com>
Fri, 16 Nov 2012 13:17:01 +0000 (16 14:17 +0100)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Fri, 16 Nov 2012 13:17:42 +0000 (16 14:17 +0100)
tree1b3b3e259143fe9f7a5cf55633b1050917e65e68
parentb1a0ec539943d176a21b647c63a7d36921d63c13
maintcheck: avoid failures, sync with 'ng/master' more

* syntax-checks.mk (sc_diff_aclocal_in_aclocal,
sc_diff_automake_in_automake): Rename ...
(sc_diff_aclocal, sc_diff_automake): ... respectively to these, rewrite
to use static pattern rules and 'diff -u' instead of bare 'diff'.  This
makes the rules more robust in the face of edits to 'automake.in' and
'aclocal.in', and get them in sync with the corresponding checks in the
'ng/master' branch.
(syntax_check_rules): Adjust.

Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
syntax-checks.mk