pgsql: Code the unknown options check without using m4 diversions.

From: petere(at)postgresql(dot)org (Peter Eisentraut)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Code the unknown options check without using m4 diversions.
Date: 2006-10-30 22:15:04
Message-ID: 20061030221504.8F8F39FB2C4@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Code the unknown options check without using m4 diversions. Otherwise this
code relies on the checking macro actually being called at the end, or the
automatic undiversion will produce garbage. These sort of implicit
side-effects undermine the modularity of the macros and happen to break the
ODBC driver which makes use of them.

Also put the warnings at the very end of configure, so there is an even
better chance of seeing them.

Modified Files:
--------------
pgsql:
configure (r1.515 -> r1.516)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/configure.diff?r1=1.515&r2=1.516)
configure.in (r1.484 -> r1.485)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/configure.in.diff?r1=1.484&r2=1.485)
pgsql/config:
general.m4 (r1.6 -> r1.7)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/config/general.m4.diff?r1=1.6&r2=1.7)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Neil Conway 2006-10-31 01:52:32 pgsql: Add text to the VACUUM, REINDEX, DROP TABLESPACE and CREATE
Previous Message User Petere 2006-10-30 20:05:13 psqlodbc - psqlodbc: Don't pull in libraries and cflags from pg_config;