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
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