From e41aadc0d3242d79527ca6136eef1e42e3c9aee5 Mon Sep 17 00:00:00 2001 From: Alexandre Duret-Lutz Date: Sun, 23 May 2004 11:04:24 +0000 Subject: [PATCH] * tests/defs.in (PATH): Export it. --- ChangeLog | 2 ++ tests/defs.in | 3 +++ 2 files changed, 5 insertions(+) diff --git a/ChangeLog b/ChangeLog index 759a2d8a6..b44b5ed56 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2004-05-23 Alexandre Duret-Lutz + * tests/defs.in (PATH): Export it. + * lib/am/multilib.am: Add $(MAKE) comments to multido and multiclean lines, to enable parallel make. Based on a patch by Alexandre Oliva applied to newlib on 2003-10-15. diff --git a/tests/defs.in b/tests/defs.in index b7b23ac63..036fcf2e5 100644 --- a/tests/defs.in +++ b/tests/defs.in @@ -85,6 +85,9 @@ test -z "$AUTOMAKE" && AUTOMAKE="automake-@APIVERSION@ --foreign -Werror -Wall" PATH="`pwd`@PATH_SEPARATOR@$PATH" echo $PATH +# Some shells forget to export modified environment variables. +# (See note about `export' in the Autoconf manual.) +export PATH if test -n "$required" then -- 2.47.2