Code the unknown options check without using m4 diversions. Otherwise this
authorPeter Eisentraut <peter_e@gmx.net>
Mon, 30 Oct 2006 22:15:04 +0000 (22:15 +0000)
committerPeter Eisentraut <peter_e@gmx.net>
Mon, 30 Oct 2006 22:15:04 +0000 (22:15 +0000)
commitae45a6ad519356314d325da8b608395d38e0130e
tree037aa8f0768de9332998d482d1a04f706ba0e594
parent814b2cbb2cc80bf2c316e60a39f791b39f0430d2
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.
config/general.m4
configure
configure.in