summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorMathieu Lirzin <mthl@gnu.org>2017-08-29 11:27:52 +0200
committerMathieu Lirzin <mthl@gnu.org>2017-08-29 12:27:11 +0200
commitbb64793a95ea0576c817a8e01f0a689d9547de4a (patch)
tree51d47cffe798f1822e971fce095bacc4175c9029 /.gitignore
parent5521219348c55af354878583b99c5f9d66d6d38a (diff)
downloadautomake-bb64793a95ea0576c817a8e01f0a689d9547de4a.tar.gz
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.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index 19da02f71..56bdce2c6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -13,7 +13,9 @@
/config.status.lineno
/configure.lineno
/bin/aclocal
+/bin/aclocal-1.*
/bin/automake
+/bin/automake-1.*
/runtest
/doc/.dirstamp
/doc/automake*.info
@@ -41,8 +43,6 @@
/doc/web-manual
/lib/Automake/Config.pm
/test-suite.log
-/t/wrap/aclocal-1.*
-/t/wrap/automake-1.*
/t/ax/test-defs.sh
/t/ax/shell-no-trail-bslash
/t/ax/cc-no-c-o