2 AC_COPYRIGHT([Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)])
10 AC_ARG_WITH(xep, [ --with-xep Where to find RenderX XEP],
12 if test "x$withval" != "xno"; then
17 AC_PATH_PROG(XEP, $XEP)
19 AC_ARG_WITH(xinc, [ --with-xinc Where to find lunasil XINC],
21 if test "x$withval" != "xno"; then
26 AC_PATH_PROG(XINC, $XINC)
28 AC_ARG_WITH(fop, [ --with-fop Where to find Apache FOP],
30 if test "x$withval" != "xno"; then
35 AC_PATH_PROG(FOP, $FOP)
37 AC_ARG_WITH(xsltproc, [ --with-xsltproc Where to find xsltproc],
39 if test "x$withval" != "xno"; then
44 AC_PATH_PROG(XSLTPROC, $XSLTPROC)
46 AC_ARG_WITH(xmllint, [ --with-xmllint Where to find xmllint],
48 if test "x$withval" != "xno"; then
53 AC_PATH_PROG(XMLLINT, $XMLLINT)
56 AC_ARG_WITH(ecsrc, [ --with-ecsrc Where to find the ecelerity source],
58 if test "x$withval" != "xno"; then
72 AC_CONFIG_FILES([Makefile])
75 cat > config.nice <<EOT
78 --with-ecsrc='$ECSRC' \
79 --with-xsltproc='$XSLTPROC' \
80 --with-xmllint='$XMLLINT' \