From: Roy Marples Date: Mon, 25 Jan 2010 20:06:15 +0000 (+0000) Subject: Ensure that we don't inherit OS and others from env. X-Git-Tag: v5.1.5~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=747f741d8a4ec2d14efc5fb84581cc53a7e5e8fe;p=thirdparty%2Fdhcpcd.git Ensure that we don't inherit OS and others from env. --- 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%%=*}