]> git.ipfire.org Git - thirdparty/automake.git/commit
build: Move wrapped scripts in "bin" directory
authorMathieu Lirzin <mthl@gnu.org>
Tue, 29 Aug 2017 09:27:52 +0000 (11:27 +0200)
committerMathieu Lirzin <mthl@gnu.org>
Tue, 29 Aug 2017 10:27:11 +0000 (12:27 +0200)
commitbb64793a95ea0576c817a8e01f0a689d9547de4a
tree51d47cffe798f1822e971fce095bacc4175c9029
parent5521219348c55af354878583b99c5f9d66d6d38a
build: Move wrapped scripts in "bin" directory

Those scripts are used both in the build process and for the tests, so
it seems clearer to not hide them in "t/wrap" directory.

* t/wrap/aclocal.in: Rename to ...
* bin/wrap-aclocal.in: ... this.
* t/wrap/automake.in: Rename to ...
* bin/wrap-automake.in: ... this.
* configure.ac: Generate "bin/aclocal-${APIVERSION}" and
"bin/automake-${APIVERSION}" at configure time.
* t/Makefile.inc (nodist_noinst_SCRIPTS): Move wrapped scripts ...
* bin/Makefile.inc (nodist_noinst_SCRIPTS): ... here.
* Makefile.am (extend_PATH): Use "bin" directory.
* t/ax/test-defs.in (am_bindir): Likewise.
* t/get-sysconf.sh: Likewise.
* .gitignore: Update.
.gitignore
Makefile.am
bin/Makefile.inc
bin/wrap-aclocal.in [moved from t/wrap/aclocal.in with 100% similarity]
bin/wrap-automake.in [moved from t/wrap/automake.in with 100% similarity]
configure.ac
t/Makefile.inc
t/ax/test-defs.in
t/get-sysconf.sh