psqlodbc - psqlodbc: Clean up some of the accumulated Autoconf mess

Поиск
Список
Период
Сортировка
От petere@pgfoundry.org (User Petere)
Тема psqlodbc - psqlodbc: Clean up some of the accumulated Autoconf mess
Дата
Msg-id 20070504122026.A7EE4216D45@pgfoundry.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: petere@pgfoundry.org (User Petere)
Дата:
Сообщение: psqlodbc - psqlodbc: Put Autotools-generated files into subdirectory
Следующее
От: h-saito@pgfoundry.org (User H-saito)
Дата:
Сообщение: psqlodbc - psqlodbc: Fixed HANDLE_ENLIST_IN_DTC.