Lines Matching refs:fop
846 # the --with-fop option, it allows maximum flexibility in making decisions
847 # as whether or not to use the fop package. When DEFAULT is not specified,
848 # --with-fop assumes 'auto'.
852 # FOP: returns the path of the fop program found
854 # --with-fop: 'yes' user instructs the module to use fop
855 # 'no' user instructs the module not to use fop
860 AC_ARG_VAR([FOP], [Path to fop command])
862 AC_ARG_WITH(fop,
863 AS_HELP_STRING([--with-fop],
864 [Use fop to regenerate documentation (default: ]_defopt[)]),
869 AC_PATH_PROG([FOP], [fop])
871 AC_MSG_WARN([fop not found - documentation targets will be skipped])
877 AC_PATH_PROG([FOP], [fop])
879 AC_MSG_ERROR([--with-fop=yes specified but fop not found in PATH])
884 AC_MSG_WARN([ignoring FOP environment variable since --with-fop=no was specified])
888 AC_MSG_ERROR([--with-fop expects 'yes' or 'no'])
891 # Test for a minimum version of fop, if provided.
894 # scrape the fop version
895 AC_MSG_CHECKING([for fop minimum version])
900 AC_MSG_WARN([fop version $fop_version found, but $1 needed])
903 AC_MSG_ERROR([fop version $fop_version found, but $1 needed])
1000 # XORG_WITH_FOP --with-fop
1033 # XORG_WITH_FOP --with-fop
1066 # XORG_WITH_FOP --with-fop