Bruno Haible <bruno at clisp.org> writes: --- config.guess.bak 2011-05-08 11:49:29.000000000 +0200 +++ config.guess 2012-01-14 22:40:41.936875000 +0100 @@ -787,7 +787,7 @@ } } - printf ("%s\n", modelstr); + printf ("%s", modelstr); return 0; } EOF Thanks. (We have this fix already in the repo.) -- Torbjörn