Replace brain-dead Autoconf macros AC_ARG_{ENABLE,WITH} with something
Peter Eisentraut <peter_e@gmx.net>
Replace brain-dead Autoconf macros AC_ARG_{ENABLE,WITH} with something
that's actually useful, robust, consistent.
Better plan to generate aclocal.m4 as well: use m4 include directives,
rather than cat.
Files
| Path | Change | +/− |
|---|---|---|
| aclocal.m4 | modified | +8 −453 |
| config/general.m4 | added | +138 −0 |
| configure | modified | +864 −701 |
| configure.in | modified | +155 −292 |
| GNUmakefile.in | modified | +1 −20 |
| src/Makefile.global.in | modified | +4 −1 |