Hi,
Nick Bowler wrote:
> The case pattern which matches solaris2.[1-9] etc. is not fully
> quoted, so the brackets get eaten by m4 and don't actually make
> it into the resulting configure script, giving just:
>
> case "$host_os" in
> solaris | solaris2.1-9 | solaris2.1-9.* | hpux*)
>
The case pattern which matches solaris2.[1-9] etc. is not fully
quoted, so the brackets get eaten by m4 and don't actually make
it into the resulting configure script, giving just:
case "$host_os" in
solaris | solaris2.1-9 | solaris2.1-9.* | hpux*)
which is obviously not correct.
* m4/