From: Alexandre Duret-Lutz Date: Sun, 23 May 2004 11:04:24 +0000 (+0000) Subject: * tests/defs.in (PATH): Export it. X-Git-Tag: Release-1-8b~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e41aadc0d3242d79527ca6136eef1e42e3c9aee5;p=thirdparty%2Fautomake.git * tests/defs.in (PATH): Export it. --- 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