On Thu, Sep 19, 2002 at 12:28:19PM -0700, Aaron Bannert wrote: > That is simply not true, because projects like httpd and flood have > been bundling APR and APR-UTIL since way before apr-config and > apu-config existed. They should keep doing what they did before, or > more to the new system.
They have all been converted to use apr-config and apu-config. The APR_FIND_APR/APR_FIND_APU m4 macros achieve this - they require apr-config and apu-config. There is no 'old' system the remains - by using these m4 macros, they achieve bundling and unbundled support (via the --with-apr and --with-apr-util config options). If those options aren't specified, then the program has an option of specifying a 'bundled' location for use. The only problem with fully removing apr and apr-util from httpd is the cruft due to autoconf m4 macros. -- justin
