On 05/21/2013 04:59 AM, Earnie Boyd wrote: > Maybe have a common directory of /usr/[local/]share/autoconf/auxdir > and teach autoconf to look there if it doesn't find > config.guess/config.sub in the project directory and copy them when > copy is specified? I dislike the environment variable idea. Too > fragile, someone forgets it is set and then has trouble because the > config.guess/config.sub he's trying to use isn't being used. I know > you mean for the variable to be set at autoreconf/configure usage but > there are always idiots who install it into their .profile files and > forget they did that. Sorry, but this is the autoconf maintainer speaking: I much prefer the environment variable approach. It is the same as we do for other tools, such as $CC or $GREP. Users already have to be aware of environment variables they have set; furthermore, we can mark such variables as precious so that config.log records what was used. Quit trying to overengineer a path search - all I am willing to commit into autoconf is an environment variable override. -- Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org
Attachment:
signature.asc
Description: OpenPGP digital signature
_______________________________________________ Autoconf mailing list Autoconf@xxxxxxx https://lists.gnu.org/mailman/listinfo/autoconf