Re: autoconf version for back branches?

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-hackers(at)postgresql(dot)org
Cc: Andrew Dunstan <andrew(at)dunslane(dot)net>
Subject: Re: autoconf version for back branches?
Date: 2006-09-03 23:20:27
Message-ID: 200609040120.27453.peter_e@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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/

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2006-09-03 23:25:12 Re: autoconf version for back branches?
Previous Message Tom Lane 2006-09-03 23:18:17 Re: @ versus ~, redux