For the MiNT system, the lines in config.sub are wrong. It's missing
the '*'-wildcard. I've applied a patch below.


Greetings,

Tomas



--- /usr/share/automake/config.sub~     Sat Sep  2 16:05:51 2000
+++ /usr/share/automake/config.sub      Tue Dec 19 17:44:48 2000
@@ -985,7 +985,7 @@
        -xenix)
                os=-xenix
                ;;
-        -*mint | -*MiNT)
+        -*mint* | -*MiNT*)
                os=-mint
                ;;
        -none)

Reply via email to