Replace brain-dead Autoconf macros AC_ARG_{ENABLE,WITH} with something

Peter Eisentraut <peter_e@gmx.net>

Commit: 353371874f3050bafa1a9f4d7ad7253d70165d81
Author: Peter Eisentraut <peter_e@gmx.net>
Date: 2000-09-21T20:17:43Z
Releases: 7.1.1
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

PathChange+/−
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