Re: [PATCH] threadlib: fix case patterns for older Solaris.

2023-01-25 Thread Bruno Haible
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*) >

[PATCH] threadlib: fix case patterns for older Solaris.

2023-01-24 Thread Nick Bowler
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/