This is the mail archive of the automake@gnu.org mailing list for the automake project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: error in config.sub


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)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]