This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
error in config.sub
- To: Automake List <automake at gnu dot org>
- Subject: error in config.sub
- From: Tomas Berndtsson <tomas at nocrew dot org>
- Date: 19 Dec 2000 17:57:19 +0100
- List-Id: Discussion list for automake <automake.gnu.org><mailto:automake-request@gnu.org?subject=unsubscribe>
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)