Re: [PATCHES] vcbuild bison check - Mailing list pgsql-hackers

From Magnus Hagander
Subject Re: [PATCHES] vcbuild bison check
Date
Msg-id 6BCB9D8A16AC4241919521715F4D8BCEA35783@algol.sollentuna.se
Whole thread Raw
In response to Re: [PATCHES] vcbuild bison check  ("Zeugswetter Andreas DCP SD" <ZeugswetterA@spardat.at>)
Responses Re: [PATCHES] vcbuild bison check  ("Zeugswetter Andreas DCP SD" <ZeugswetterA@spardat.at>)
Re: [PATCHES] vcbuild bison check  (Andrew Dunstan <andrew@dunslane.net>)
List pgsql-hackers
> > Ok. So what you want is something that checks that it's
> > >=1.875 but specifically not 2.1?
> >
> > Might be a while before I can submit an updated patch for that,
> may
> > need to rewrite the whole script in perl to do that :-( .bat
> files are
> > horribly limited in what they can do.
>
> Since we are on NT or higher you could use extensions:
> IF %bversion% GEQ 1.875 IF %bversion% NEQ 2.1 goto use_bison
> http://www.robvanderwoude.com/ntif.html

I thought that only worked if your locale was set to something that has
dot as decimal separator. Mine has comma, as have many others...

//Magnus



pgsql-hackers by date:

Previous
From: "Zeugswetter Andreas DCP SD"
Date:
Subject: Re: [PATCHES] vcbuild bison check
Next
From: "Zeugswetter Andreas DCP SD"
Date:
Subject: Re: [PATCHES] vcbuild bison check