Autoconf upgraded

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Autoconf upgraded
Дата
Msg-id Pine.LNX.4.30.0203291125430.685-100000@peter.localdomain
обсуждение исходный текст
Ответы Re: Autoconf upgraded  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: Autoconf upgraded  (Albert Chin <pgsql-hackers@thewrittenword.com>)
Список pgsql-hackers
It's done.

Note some behavioral changes:

* The cache file config.cache is now off by default.  If you still want
it, run './configure -C'.

* Specifying --host now means you are cross compiling.  So don't do it.
Use --build if you really have to.  Which you don't.

* Running 'autoconf' is now very slow.  Too bad.

* Running 'autoconf' will leave a directory called autom4te.cache/ around.
Don't worry about it; make clean will remove it.

-- 
Peter Eisentraut   peter_e@gmx.net



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Bug or feature in 7.3?
Следующее
От: Jan Wieck
Дата:
Сообщение: Re: pg_dump 2GB limit?