summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2010-01-25 20:06:15 +0000
committerRoy Marples <roy@marples.name>2010-01-25 20:06:15 +0000
commit747f741d8a4ec2d14efc5fb84581cc53a7e5e8fe (patch)
tree3a6218d89f2b1be99ed164416fa04711015b9d96 /configure
parent87b266d2d4ac61c4e8090f78345d61742f106594 (diff)
downloaddhcpcd-747f741d8a4ec2d14efc5fb84581cc53a7e5e8fe.tar.xz
Ensure that we don't inherit OS and others from env.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure7
1 files changed, 7 insertions, 0 deletions
diff --git a/configure b/configure
index 7de2a9b9..b59b3c10 100755
--- a/configure
+++ b/configure
@@ -1,11 +1,18 @@
#!/bin/sh
# Try and be like autotools configure, but without autotools
+# Ensure that we do not inherit these from env
HOOKSET=false
ARC4RANDOM=
CLOSEFROM=
GETLINE=
STRLCPY=
+OS=
+BUILD=
+HOST=
+TARGET=
+DEBUG=
+FORK=
for x; do
opt=${x%%=*}