On Tue, May 21, 2013 at 7:36 AM, Ben Elliston wrote: > > Yes, but that requires re-running autoconf. I think we're trying to > avoid that because if configure.in is old, you may have a lot of work > to do to get autoreconf to work. So in that case, a change to the start of config.guess and config.sub something similar to the following might be best? ~~~~~ if [[ -f /usr/local/share/config/config.guess ]] then . /usr/local/share/config/config.guess exit fi if [[ -f /usr/share/config/config.guess ]] then . /usr/share/config/config.guess exit fi ~~~~ -- Earnie -- https://sites.google.com/site/earnieboyd _______________________________________________ Autoconf mailing list Autoconf@xxxxxxx https://lists.gnu.org/mailman/listinfo/autoconf