@node ax_lib_xerces @unnumberedsec ax_lib_xerces @majorheading Synopsis @smallexample AX_LIB_XERCES([MINIMUM-VERSION]) @end smallexample @majorheading Description This macro provides tests of availability of Apache Xerces C++ Parser of particular version or newer. This macros checks for Apache Xerces C++ Parser headers and libraries and defines compilation flags Macro supports following options and their values: 1) Single-option usage: @smallexample --with-xerces - yes, no or path to Xerces installation prefix @end smallexample 2) Three-options usage (all options are required): @smallexample --with-xerces=yes --with-xerces-inc - path to base directory with Xerces headers --with-xerces-lib - linker flags for Xerces @end smallexample This macro calls: @smallexample AC_SUBST(XERCES_CFLAGS) AC_SUBST(XERCES_LDFLAGS) AC_SUBST(XERCES_VERSION) - only if version requirement is used @end smallexample And sets: @smallexample HAVE_XERCES @end smallexample @majorheading Source Code Download the @uref{http://git.savannah.gnu.org/gitweb/?p=autoconf-archive.git;a=blob_plain;f=m4/ax_lib_xerces.m4,latest version of @file{ax_lib_xerces.m4}} or browse @uref{http://git.savannah.gnu.org/gitweb/?p=autoconf-archive.git;a=history;f=m4/ax_lib_xerces.m4,the macro's revision history}. @majorheading License @w{Copyright @copyright{} 2008 Mateusz Loskot @email{mateusz@@loskot.net}} Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. This file is offered as-is, without any warranty.