This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
Re: error in config.sub
- To: Tomas Berndtsson <tomas at nocrew dot org>
- Subject: Re: error in config.sub
- From: Assar Westerlund <assar at sics dot se>
- Date: 20 Dec 2000 04:03:17 +0100
- Cc: Automake List <automake at gnu dot org>, config-patches at gnu dot org
- List-Id: Discussion list for automake <automake.gnu.org><mailto:automake-request@gnu.org?subject=unsubscribe>
- References: <804s00pcwg.fsf@junk.nocrew.org>
These files are maintained by config-patches@gnu.org, I've added a CC:
to that.
/assar
Tomas Berndtsson <tomas@nocrew.org> writes:
> 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)