Re: configure.in patch for readline and curses.

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: configure.in patch for readline and curses.
Дата
Msg-id Pine.LNX.4.30.0101271008440.1492-100000@peter.localdomain
обсуждение исходный текст
Ответ на configure.in patch for readline and curses.  (Jason Schroeder <shrode@astanetworks.com>)
Список pgsql-patches
Jason Schroeder writes:

> The following configure.in patch changes the following:
> 1) It adds --without-readline to control whether the readling package is
> used
>    Obviously, this could be extended to the general
> --with[out]-readline[=DIR] pattern, but this is as far as I got.

Why would one not use readline?

> 2) It permits the termcap library to be used IFF ncurses and curses are not
> available.

I don't think older versions of readline can be linked against curses.  If
at all, termcap should be tried before curses, but that might not be
portable either.  You'd need to try a complete link of a readline-using
program, I think.

--
Peter Eisentraut      peter_e@gmx.net       http://yi.org/peter-e/


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: patch for src/backends/catalog/genbki.sh.in
Следующее
От: Magnus Hagander
Дата:
Сообщение: Updated Win32 patch