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

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

2012-02-29 Thread Alon Bar-Lev
Signed-off-by: Alon Bar-Lev --- configure.ac | 66 - 1 files changed, 28 insertions(+), 38 deletions(-) diff --git a/configure.ac b/configure.ac index 6b5cf71..ed98464 100644 --- a/configure.ac +++ b/configure.ac @@ -267,37 +267,6 @@ AC_