]> git.ipfire.org Git - thirdparty/apache/httpd.git/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)
commit9ec13350372e3aa62b8a672c011ecdb02edd9755
treea2e9f6bc191b00f48af56d13631e18eff0dd7cf3
parenta728ecba1abb305a20275ad4db5f25d3bab225fa
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