Re: autoconf version for back branches? - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: autoconf version for back branches?
Date
Msg-id 200609040120.27453.peter_e@gmx.net
Whole thread Raw
In response to autoconf version for back branches?  (Andrew Dunstan <andrew@dunslane.net>)
List pgsql-hackers
Andrew Dunstan wrote:
> I see that older back branches are still using version 2.53 of
> autoconf, rather than the 2.59 branch we have updated to for 8.1 and
> beyond. Does that mean I need to install version 2.53 if I want to
> update the config on those branches?

Yes.

> If so, fixing the plpython 
> problem I reported recently seems like too much work.

mkdir tmp
cd tmp
wget ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.53.tar.bz2
tar xjf autoconf-2.53.tar.bz2
cd autoconf-2.53
./configure --prefix=$(cd .. && pwd)/install
make install

cd .../pgsql
.../tmp/install/bin/autoconf

Not that much work. :)

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


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: @ versus ~, redux
Next
From: Tom Lane
Date:
Subject: Re: autoconf version for back branches?