Re: autoconf version for back branches?

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: autoconf version for back branches?
Дата
Msg-id 200609040120.27453.peter_e@gmx.net
обсуждение исходный текст
Ответ на autoconf version for back branches?  (Andrew Dunstan <andrew@dunslane.net>)
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: @ versus ~, redux
Следующее
От: Tom Lane
Дата:
Сообщение: Re: autoconf version for back branches?