pgsql: Adjust configure script to print the bison and flex versions in

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Adjust configure script to print the bison and flex versions in
Date: 2007-07-19 17:15:30
Message-ID: 20070719171531.018F39FB4FD@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Adjust configure script to print the bison and flex versions in use.
Minor rearrangements to make a few tests in a more logical order.

Modified Files:
--------------
pgsql/config:
programs.m4 (r1.20 -> r1.21)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/config/programs.m4.diff?r1=1.20&r2=1.21)
pgsql:
configure (r1.554 -> r1.555)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/configure.diff?r1=1.554&r2=1.555)
configure.in (r1.521 -> r1.522)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/configure.in.diff?r1=1.521&r2=1.522)

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2007-07-19 19:13:43 pgsql: Only use the pipe chunking protocol if we know the syslogger
Previous Message Bruce Momjian 2007-07-18 22:33:38 Re: pgsql: Document that age() adds days, then full months.