maintcheck: remove 'sc_perl_syntax'
authorStefano Lattarini <stefano.lattarini@gmail.com>
Fri, 16 Nov 2012 13:07:40 +0000 (14:07 +0100)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Fri, 16 Nov 2012 13:07:40 +0000 (14:07 +0100)
commitb1a0ec539943d176a21b647c63a7d36921d63c13
tree229ef1bb945ad66f7a1ae2df315bc3df78267301
parenteff0e07327d9c37bbda3e2ea385f33d1e9ec9f5b
maintcheck: remove 'sc_perl_syntax'

It is quite useless, since a "make bootstrap" or "make check" would
immediately catch a breakage in the 'aclocal' or 'automake' scripts
anyway.  In addition, the recent removal of the 'perllibdir' environment
variable hack has broken this check.

* syntax-checks.mk (sc_perl_syntax): Remove.
(syntax_check_rules): No longer list it.

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