| Age | Commit message (Collapse) | Author |
|
|
|
|
|
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
|
|
align strings in the --help output. Do this through our abstraction layer
to eliminate redundancy and randomness in configure.in.
|
|
|
|
Olivier Prenant, fixed by Peter.
|
|
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.
|
|
and neither is "|" or "\|" in basic regular expressions.
|
|
|
|
Martijn van Oosterhout
|
|
|
|
calls with new or now-built-in versions. Make sure that all
calls to AC_DEFINE have a third argument, for possible use of
autoheader in the future.
|
|
that's actually useful, robust, consistent.
Better plan to generate aclocal.m4 as well: use m4 include directives,
rather than cat.
|