pgsql: Upgrade to Autoconf 2.63 This upgrades the configure - Mailing list pgsql-committers

From petere@postgresql.org (Peter Eisentraut)
Subject pgsql: Upgrade to Autoconf 2.63 This upgrades the configure
Date
Msg-id 20090702185541.18AD475331E@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Upgrade to Autoconf 2.63

This upgrades the configure infrastructure to the latest Autoconf version.
Some notable news are:
 - The workaround for the broken fseeko() test is gone.
 - Checking for unknown options is now provided by Autoconf itself.
 - Fixes for Mac OS X

Modified Files:
--------------
    pgsql:
        configure (r1.645 -> r1.646)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/configure?r1=1.645&r2=1.646)
        configure.in (r1.603 -> r1.604)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/configure.in?r1=1.603&r2=1.604)
    pgsql/config:
        c-library.m4 (r1.33 -> r1.34)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/config/c-library.m4?r1=1.33&r2=1.34)
        general.m4 (r1.10 -> r1.11)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/config/general.m4?r1=1.10&r2=1.11)
    pgsql/src/include:
        pg_config.h.in (r1.139 -> r1.140)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/include/pg_config.h.in?r1=1.139&r2=1.140)

pgsql-committers by date:

Previous
From: fxjr@pgfoundry.org (User Fxjr)
Date:
Subject: npgsql - Npgsql2: [#1010666] CommandTimeout does gets reset to 20 when
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Fix up pg_dump's --binary-upgrade option so that it behaves