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 by date
| Next: | From: Bruce Momjian | Date: 2006-10-04 22:48:41 |
| Subject: pgsql: Update Solaris strtol() bug comment. |
| Previous: | From: Bruce Momjian | Date: 2006-10-04 22:03:22 |
| Subject: pgsql: Update Solaris FAQ. |