|
From: Steven G. J. <st...@ab...> - 2001-09-24 17:25:01
|
On Mon, 24 Sep 2001, Peter Teuben wrote: > I have an even more basic question. I ran 'configure' on an existing package, > and my system came back and told me it did not know about this system. What > version of autoconf should one use with this to make it work? I assume you're talking about an existing package for a program that is not Vis5d? That's a bit off-topic... In any case, this is not a question of autoconf version. You need to get the latest config.guess and config.sub scripts, to replace those in your package. wget ftp://ftp.gnu.org/pub/gnu/config/config.guess wget ftp://ftp.gnu.org/pub/gnu/config/config.sub chmod a+x config.guess config.sub Steven |