build: move automake and aclocal in 'bin' subdir
authorStefano Lattarini <stefano.lattarini@gmail.com>
Thu, 9 May 2013 09:57:20 +0000 (11:57 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Thu, 9 May 2013 10:33:55 +0000 (12:33 +0200)
commitce70cf4b95a486f712fab0af865f6c005139fafe
tree52734713b9e253aee7584a071ecb239e72299abf
parentc8f106c772e608b25aa6a3aa8eeeb0119e097ab2
build: move automake and aclocal in 'bin' subdir

* automake.in: Rename ...
* bin/automake.in: ... like this.
* aclocal.in: Rename ...
* bin/aclocal.in: ... like this.
* Makefile.am: Move parts that dealt with the building/distribution
of aclocal and Automake ..
* bin/Makefile.inc): ... in this new included fragment.  Adjust as
needed, and make deliberate use of the '%D%' substitution.
* lib/gen-perl-protos: Move ...
* bin/gen-perl-protos: ... here.
* bootstrap.sh, configure.ac, maintainer/rename-tests,
t/wrap/aclocal.in, t/wrap/automake.in, doc/Makefile.inc,
t/ax/tap-setup.sh, .gitignore: Adjust.
* maintainer/syntax-checks.mk: Likewise, and enhance a little.

Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
14 files changed:
.gitignore
Makefile.am
bin/Makefile.inc [new file with mode: 0644]
bin/aclocal.in [moved from aclocal.in with 100% similarity]
bin/automake.in [moved from automake.in with 100% similarity]
bin/gen-perl-protos [moved from lib/gen-perl-protos with 100% similarity]
bootstrap.sh
configure.ac
doc/Makefile.inc
maintainer/rename-tests
maintainer/syntax-checks.mk
t/ax/tap-setup.sh
t/wrap/aclocal.in
t/wrap/automake.in