Thread: Autoconf update?

Autoconf update?

From
Peter Eisentraut
Date:
Does anyone object if we moved to Autoconf 2.59?  It's been the last 
release for 18 months now, so it seems reasonable to settle on it.  I'm 
not actually looking to use features from there, but it gets a bit 
annoying to have to keep so many Autoconf versions around.

-- 
Peter Eisentraut
http://developer.postgresql.org/~petere/


Re: Autoconf update?

From
Tom Lane
Date:
Peter Eisentraut <peter_e@gmx.net> writes:
> Does anyone object if we moved to Autoconf 2.59?  It's been the last 
> release for 18 months now, so it seems reasonable to settle on it.  I'm 
> not actually looking to use features from there, but it gets a bit 
> annoying to have to keep so many Autoconf versions around.

Well, it'll still be necessary to keep 2.53 around, unless you want to
move to 2.59 for future releases of the back branches too ... which
might be OK, I'm not sure.
        regards, tom lane


Re: Autoconf update?

From
Christopher Kings-Lynne
Date:
> Well, it'll still be necessary to keep 2.53 around, unless you want to
> move to 2.59 for future releases of the back branches too ... which
> might be OK, I'm not sure.

I thought it was to help the public not have to keep so many versions 
around :)

Chris