summaryrefslogtreecommitdiff
path: root/config/general.m4
AgeCommit message (Collapse)Author
2010-11-23Remove useless whitespace at end of linesPeter Eisentraut
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2009-07-02Upgrade to Autoconf 2.63Peter Eisentraut
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
2008-10-29Use Autoconf provided AS_HELP_STRING macro to automatically format andPeter Eisentraut
align strings in the --help output. Do this through our abstraction layer to eliminate redundancy and randomness in configure.in.
2006-11-30Better solution to the tr problem: use sed instead. Per Martijn and Andrew.Tom Lane
2006-11-30Improve portability of 'tr' invocation in PGAC_ARG_CHECK. Reported byTom Lane
Olivier Prenant, fixed by Peter.
2006-10-30Code the unknown options check without using m4 diversions. Otherwise thisPeter Eisentraut
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.
2006-10-13Make unknown-option-warning code more portable. echo -n is not portable,Peter Eisentraut
and neither is "|" or "\|" in basic regular expressions.
2006-08-11Fix typo.Alvaro Herrera
2006-05-30Emit warnings for unknown configure options.Bruce Momjian
Martijn van Oosterhout
2003-11-29$Header: -> $PostgreSQL Changes ...PostgreSQL Daemon
2002-03-29Upgrade to Autoconf version 2.53. Replaced many custom macroPeter Eisentraut
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.
2000-09-21Replace brain-dead Autoconf macros AC_ARG_{ENABLE,WITH} with somethingPeter Eisentraut
that's actually useful, robust, consistent. Better plan to generate aclocal.m4 as well: use m4 include directives, rather than cat.