summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorMathieu Lirzin <mthl@gnu.org>2017-08-29 13:04:57 +0200
committerMathieu Lirzin <mthl@gnu.org>2017-08-29 17:18:18 +0200
commit361f25da9cdfa390bcfde88f31c71e7403bb2f3b (patch)
tree3207f33f1dca0c495ecf88ef01c89d7897bf8226 /Makefile.am
parent64031f2aaf721043eff0aecec840bce71cec97ae (diff)
downloadautomake-361f25da9cdfa390bcfde88f31c71e7403bb2f3b.tar.gz
build: Extend PATH from 'pre-inst-env' script
* configure.ac (ACLOCAL, AUTOMAKE): Use 'pre-inst-env'. * Makefile.am (extend_PATH): Delete. * doc/Makefile.inc (update_mans, $(srcdir)/%D%/amhello-1.0.tar.gz) (setup_autotools_paths): Use 'pre-inst-env' instead of $(extend_PATH).
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am5
1 files changed, 0 insertions, 5 deletions
diff --git a/Makefile.am b/Makefile.am
index bdcafd933..ab6533ea9 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -73,11 +73,6 @@ generated_file_finalize = $(AM_V_at) \
nodist_noinst_SCRIPTS += pre-inst-env
CLEANFILES += $(noinst_SCRIPTS)
-# For some tests or targets, we need to have the just-build automake and
-# aclocal scripts avaiable on PATH.
-extend_PATH = \
- { PATH='$(abs_builddir)/bin$(PATH_SEPARATOR)'$$PATH && export PATH; }
-
# The master location for INSTALL is lib/INSTALL.
# This is where "make fetch" will install new versions.
# Make sure we also update this copy.