maintcheck: remove an obsolescent check
authorStefano Lattarini <stefano.lattarini@gmail.com>
Fri, 26 Oct 2012 13:00:39 +0000 (15:00 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Fri, 26 Oct 2012 13:01:52 +0000 (15:01 +0200)
commit94b639da4aee1f06eb398fb46b60ef8d3e50e0ff
tree0bc9c81baef24a9d935dc719a2ba6e8b0cb50355
parent2990f48d423c92f8800f8f50368b6b6d1d1be788
maintcheck: remove an obsolescent check

* syntax-checks.mk (sc_test_names): Remove this check, which verified
that no test name contained an m4/m4sugar builtin or macro name.  Since
most tests use their own name as the first argument to AC_INIT, doing
that would have tickled a bug in Autoconf 2.62; but the bug was fixed
in Autoconf 2.63 already; and we are going to soon require Autoconf
2.65 anyway (in automake 1.13), so this check has become more annoying
than useful.
(syntax_check_rules): Don't list the removed check.

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