Hash :
bb64793a
Author :
Date :
2017-08-29T11:27:52
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.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68
/announcement
/maintainer/autoconf-*/
/maintainer/autoconf-*.tar.gz
/ChangeLog
/aclocal.m4
/configure
/Makefile.in
/Makefile
/.autom4te.cache
/config.cache
/config.log
/config.status
/config.status.lineno
/configure.lineno
/bin/aclocal
/bin/aclocal-1.*
/bin/automake
/bin/automake-1.*
/runtest
/doc/.dirstamp
/doc/automake*.info
/doc/automake*.info-[0-9]
/doc/automake*.html
/doc/automake*.dvi
/doc/automake*.pdf
/doc/automake*.ps
/doc/automake*.t2d/
/doc/automake*.t2p/
/doc/automake*.1
/doc/aclocal*.1
/doc/stamp-vti
/doc/version.texi
/doc/amhello-*.tar.gz
/doc/amhello/Makefile.in
/doc/amhello/aclocal.m4
/doc/amhello/config.h.in
/doc/amhello/config.h.in~
/doc/amhello/configure
/doc/amhello/depcomp
/doc/amhello/compile
/doc/amhello/install-sh
/doc/amhello/missing
/doc/web-manual
/lib/Automake/Config.pm
/test-suite.log
/t/ax/test-defs.sh
/t/ax/shell-no-trail-bslash
/t/ax/cc-no-c-o
/t/testsuite-part.am
/t/*-w.tap
/t/*-w.sh
/t/depcomp-*.tap
/t/*.dir
/t/*.log
/t/*.trs
/contrib/t/*.dir
/contrib/t/*.log
/contrib/t/*.trs
/t/pm/*.log
/t/pm/*.trs
/t/perf/*.log
/t/perf/*.trs
cscope.files
cscope.in.out
cscope.out
cscope.po.out
tags
TAGS