Replaced the call to posix.setenv() with the more portable
authordtrg <none@none>
Sun, 25 Feb 2007 20:59:21 +0000 (20:59 +0000)
committerdtrg <none@none>
Sun, 25 Feb 2007 20:59:21 +0000 (20:59 +0000)
posix.putenv().

pmfile

diff --git a/pmfile b/pmfile
index db91132..5e9c79c 100644 (file)
--- a/pmfile
+++ b/pmfile
@@ -185,7 +185,7 @@ posix.mkdir(HEADERDIR)
 -- area for its files, and not in the final installation directory (because
 -- we haven't been installed yet).
 
-posix.setenv("ACKDIR", BINDIR)
+posix.putenv("ACKDIR="..BINDIR)
 
 -- Build the configuration headers, rather crudely. FIXME.