]> git.ipfire.org Git - thirdparty/automake.git/commit
build: Add 'pre-inst-env' wrapper script
authorMathieu Lirzin <mthl@gnu.org>
Sun, 27 Aug 2017 15:41:50 +0000 (17:41 +0200)
committerMathieu Lirzin <mthl@gnu.org>
Tue, 29 Aug 2017 15:18:18 +0000 (17:18 +0200)
commit64031f2aaf721043eff0aecec840bce71cec97ae
tree5fc85248ec1a43336ac54588a98792aed46b5093
parentbb64793a95ea0576c817a8e01f0a689d9547de4a
build: Add 'pre-inst-env' wrapper script

This script allows someone building Automake from source to easily run
'automake' and 'aclocal' without having to install it or knowing the
existence of "wrapped" scripts in "bin" directory.

* pre-inst-env.in: New script.
* configure.ac: Generate 'pre-inst-env' at configure time.
* Makefile.am (nodist_noinst_SCRIPTS, CLEANFILES): Add it.
Makefile.am
configure.ac
pre-inst-env.in [new file with mode: 0644]