diff options
author | Mathieu Lirzin <mthl@gnu.org> | 2017-07-08 20:18:45 +0200 |
---|---|---|
committer | Mathieu Lirzin <mthl@gnu.org> | 2017-08-31 11:55:02 +0200 |
commit | 574b20e518079db0f91720c0641e4222d9fda84f (patch) | |
tree | 68ea05618bf068d336d80aa85a0eed084347e35f /COPYING | |
parent | 99cf7ca5ed35afa9552a3a2429963130700a0fde (diff) | |
download | automake-574b20e518079db0f91720c0641e4222d9fda84f.tar.gz |
build: Inline perl prototypes in sources
Prototypes allows us to avoid using the '&foo' invocation form when
invoking a subroutine before its definition. Previously those
prototypes were generated to prevent them from falling out-of-sync
with actual definitions. Now we provide a 'check-perl-protos' lint
script to ensure that this is not the case. This has the same
benefits as generating prototypes while simplifying the
bootstrap/build process.
* bin/gen-perl-protos: Remove.
* bin/Makefile.inc: Adapt.
* bootstrap: Likewise.
* bin/aclocal.in: Inline prototypes.
* bin/automake.in: Likewise.
* maintainer/check-perl-protos: New lint script.
* maintainer/syntax-checks.mk (sc_perl_protos): New target.
(syntax_check_rules): Add it.
Diffstat (limited to 'COPYING')
0 files changed, 0 insertions, 0 deletions