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

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Adjust configure's handling of libedit to not look for a
Date: 2006-10-04 22:31:14
Message-ID: 20061004223114.3FD8F9FB21D@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2006-10-04 22:48:41 pgsql: Update Solaris strtol() bug comment.
Previous Message Bruce Momjian 2006-10-04 22:03:22 pgsql: Update Solaris FAQ.