2 AC_COPYRIGHT([Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)])
8 AC_ARG_WITH(fop, [ --with-fop Where to find Apache FOP],
10 if test "x$withval" != "xno"; then
15 AC_PATH_PROG(FOP, $FOP)
17 AC_ARG_WITH(xsltproc, [ --with-xsltproc Where to find xsltproc],
19 if test "x$withval" != "xno"; then
24 AC_PATH_PROG(XSLTPROC, $XSLTPROC)
26 AC_ARG_WITH(xmllint, [ --with-xmllint Where to find xmllint],
28 if test "x$withval" != "xno"; then
33 AC_PATH_PROG(XMLLINT, $XMLLINT)
36 AC_ARG_WITH(ecsrc, [ --with-ecsrc Where to find the ecelerity source],
38 if test "x$withval" != "xno"; then
50 AC_CONFIG_FILES([Makefile])
53 cat > config.nice <<EOT
56 --with-ecsrc='$ECSRC' \
57 --with-xsltproc='$XSLTPROC' \
58 --with-xmllint='$XMLLINT' \