AX_LIB_XALAN([MINIMUM-VERSION])
This macro provides tests of availability of Apache Xalan C++ XSLT processor of a particular version or newer. This macros checks for Apache Xalan C++ XSLT processor headers and libraries and defines compilation flags
Macro supports following options and their values:
1) Single-option usage:
--with-xalan - yes, no or path to Xalan installation prefix
2) Three-options usage (all options are required):
--with-xalan=yes --with-xalan-inc - path to base directory with Xalan headers --with-xalan-lib - linker flags for Xalan
This macro calls:
AC_SUBST(XALAN_CPPFLAGS) AC_SUBST(XALAN_LDFLAGS) AC_SUBST(XALAN_VERSION) - only if version requirement is used
And sets:
HAVE_XALAN
Download the latest version of ax_lib_xalan.m4 or browse the macro’s revision history.
Copyright © 2009 Mateusz Loskot mateusz@loskot.net
Copyright © 2009 Bill Blough bblough@gmail.com
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.