pgsql: Adjust configure's handling of libedit to not look for a

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql: Adjust configure's handling of libedit to not look for a
Дата
Msg-id 20061004223114.3FD8F9FB21D@postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Adjust configure's handling of libedit to not look for a history.h file.
Per Bob Friesenhahn's report, this file is not supplied by some versions
of libedit, and even when it is supplied it seems to be just a link to
readline.h, so we don't need to include it anyway.
Also, ensure that we won't try to use a too-old version of Bison.
The previous coding would bleat but then use it anyway; better to invoke
the 'missing' script if any grammar files need to be rebuilt.

Modified Files:
--------------
    pgsql:
        configure (r1.509 -> r1.510)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/configure.diff?r1=1.509&r2=1.510)
        configure.in (r1.479 -> r1.480)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/configure.in.diff?r1=1.479&r2=1.480)
    pgsql/src/include:
        pg_config.h.in (r1.102 -> r1.103)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/include/pg_config.h.in.diff?r1=1.102&r2=1.103)

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

Предыдущее
От: momjian@postgresql.org (Bruce Momjian)
Дата:
Сообщение: pgsql: Update Solaris FAQ.
Следующее
От: momjian@postgresql.org (Bruce Momjian)
Дата:
Сообщение: pgsql: Update Solaris strtol() bug comment.