Re: Cygport configure script argument handling

2022-03-11 Thread Adam Dinwoodie
On Fri, Mar 11, 2022 at 12:38:47AM -0500, Yaakov Selkowitz wrote: > On Thu, 2022-03-10 at 16:41 +, Adam Dinwoodie wrote: > > I've fallen down a slight rabbit hole looking at the cygconf function in > > Cygport's autotools.cygclass.  The specific bit of code that's causing > > me consternation i

Re: Cygport configure script argument handling

2022-03-10 Thread Yaakov Selkowitz
On Thu, 2022-03-10 at 16:41 +, Adam Dinwoodie wrote: > I've fallen down a slight rabbit hole looking at the cygconf function in > Cygport's autotools.cygclass.  The specific bit of code that's causing > me consternation is thus: > > case "x${confver}" in > x2.6[0-9]*) >