Re: [Openvpn-devel] [PATCH 31/52] build: autoconf: commands as environment

2012-03-08 Thread Alon Bar-Lev
Just like CPP, CC, CXX, LD, AR, PKG_CONFIG Programs are expected to be in environment. The autoconf detection get/set these in environment too. 2012/3/8 Samuli Seppänen : > So, this patch replaces (removes?) the "--with--path" configure > options with environment variables, right?  For example, i

Re: [Openvpn-devel] [PATCH 31/52] build: autoconf: commands as environment

2012-03-08 Thread Samuli Seppänen
So, this patch replaces (removes?) the "--with--path" configure options with environment variables, right? For example, if one has "ifconfig" in a non-standard place, he can set the IFCONFIG environment variable and the build will find it. Did I understand this correctly? I don't know autotool