automake-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

FYI: export PATH in defs.in


From: Alexandre Duret-Lutz
Subject: FYI: export PATH in defs.in
Date: Sun, 23 May 2004 13:04:09 +0200
User-agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (gnu/linux)

I'm installing this on HEAD and branch-1-8.

2004-05-23  Alexandre Duret-Lutz  <address@hidden>

        * tests/defs.in (PATH): Export it.

Index: tests/defs.in
===================================================================
RCS file: /cvs/automake/automake/tests/defs.in,v
retrieving revision 1.28
diff -u -r1.28 defs.in
--- tests/defs.in       10 May 2004 20:38:37 -0000      1.28
+++ tests/defs.in       23 May 2004 11:02:33 -0000
@@ -85,6 +85,9 @@
 
 PATH="address@hidden@$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

-- 
Alexandre Duret-Lutz





reply via email to

[Prev in Thread] Current Thread [Next in Thread]