On Tue, May 21, 2013 at 07:56:47AM -0400, Earnie Boyd wrote:

> if [[ -f /usr/local/share/config/config.guess ]]
> then
>   . /usr/local/share/config/config.guess
>   exit
> fi

First, this does not solve the problem because it requires that every
package get a new version of config.guess.  We're trying to overcome
having to modify every package.  Second, I don't like the idea of
doing things that surprise users.  That will confuse people.

Cheers, Ben

Attachment: signature.asc
Description: Digital signature

_______________________________________________
Autoconf mailing list
Autoconf@gnu.org
https://lists.gnu.org/mailman/listinfo/autoconf

Reply via email to