psqlodbc - psqlodbc: Clean up some of the accumulated Autoconf mess - Mailing list pgsql-committers

From petere@pgfoundry.org (User Petere)
Subject psqlodbc - psqlodbc: Clean up some of the accumulated Autoconf mess
Date
Msg-id 20070504122026.A7EE4216D45@pgfoundry.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Clean up some of the accumulated Autoconf mess here.  Put back the
PGAC_ARG_ macros so that the options parsing is more robust, put the
macro calls in the right order, and make the detection of the driver
manager behave less oddly.  All the required macros are now in-tree, so
everything can be bootstrapped without external PostgreSQL source trees.

Modified Files:
--------------
    psqlodbc:
        configure.ac (r1.68 -> r1.69)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/configure.ac.diff?r1=1.68&r2=1.69)

Added Files:
-----------
    psqlodbc/config:
        c-library.m4 (r1.1)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/config/c-library.m4?rev=1.1&content-type=text/x-cvsweb-markup)

pgsql-committers by date:

Previous
From: petere@pgfoundry.org (User Petere)
Date:
Subject: psqlodbc - psqlodbc: Put Autotools-generated files into subdirectory
Next
From: h-saito@pgfoundry.org (User H-saito)
Date:
Subject: psqlodbc - psqlodbc: Fixed HANDLE_ENLIST_IN_DTC.