]> granicus.if.org Git - apache/commit
Shift XML handling code from Apache down into APRUTIL
authorGreg Stein <gstein@apache.org>
Sat, 24 Feb 2001 14:17:25 +0000 (14:17 +0000)
committerGreg Stein <gstein@apache.org>
Sat, 24 Feb 2001 14:17:25 +0000 (14:17 +0000)
commit066078417211c24fc7150a6a1ed67dca08a324e0
treea2e9f6bc191b00f48af56d13631e18eff0dd7cf3
parentee3fe477e346992c61b09da34f2b16dfd3d7e1c0
Shift XML handling code from Apache down into APRUTIL

- teach APRUTIL how to find Expat and respond to --with-expat
- Apache's configure points APRUTIL's configure at its srclib/expat-lite
  (this will go away; aprutil can work against installed expats or fallback
   to an expat bundled within aprutil)
- shift some of the timing of INCLUDES and top_builddir processing in the
  APRUTIL configure.in script
- expose the new apr_xml functions in apr_xml.h, apr_xml.c (by building it),
  and apu_compat.h
- rewrite util_xml.[ch] in terms of apr_xml

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88299 13f79535-47bb-0310-9956-ffa450edef68
configure.in
include/util_xml.h
server/util_xml.c