James Morrison <[EMAIL PROTECTED]> writes: > I have noticed in some programs config.sub does not recognize the > gnu system. Does anyone know how this file is generated and if it > can be replaced at any time by a newer version of the file?
As far as I know, it is maintained by hand, and the same for all programs using autoconf. You can get the latest version from /pub/gnu/config/config.guess on ftp.gnu.org or its mirrors. Programs that use automake usually have the config.sub and config.guess that came with the developer's automake installation. So in that case, you can get a recent automake, delete the files in question, and run automake -a. Or something like that. /Niels

