automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

error in config.sub


From: Tomas Berndtsson
Subject: error in config.sub
Date: 19 Dec 2000 17:57:19 +0100
User-agent: Gnus/5.0803 (Gnus v5.8.3) Emacs/20.7

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

[Prev in Thread] Current Thread [Next in Thread]