Lines Matching refs:xmlto
742 XMLTO
925 XMLTO
1603 --with-xmlto Use xmlto to regenerate documentation (default:
1627 XMLTO Path to xmlto command
18723 # Check whether --with-xmlto was given.
18733 # Extract the first word of "xmlto", so it can be a program name with args.
18734 set dummy xmlto; ac_word=$2
18740 case $XMLTO in
18742 ac_cv_path_XMLTO="$XMLTO" # Let the user override the test with a path.
18763 XMLTO=$ac_cv_path_XMLTO
18764 if test -n "$XMLTO"; then
18765 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $XMLTO" >&5
18766 $as_echo "$XMLTO" >&6; }
18773 if test "x$XMLTO" = "x"; then
18774 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: xmlto not found - documentation targets will be skipped" >&5
18775 $as_echo "$as_me: WARNING: xmlto not found - documentation targets will be skipped" >&2;}
18781 # Extract the first word of "xmlto", so it can be a program name with args.
18782 set dummy xmlto; ac_word=$2
18788 case $XMLTO in
18790 ac_cv_path_XMLTO="$XMLTO" # Let the user override the test with a path.
18811 XMLTO=$ac_cv_path_XMLTO
18812 if test -n "$XMLTO"; then
18813 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $XMLTO" >&5
18814 $as_echo "$XMLTO" >&6; }
18821 if test "x$XMLTO" = "x"; then
18822 as_fn_error $? "--with-xmlto=yes specified but xmlto not found in PATH" "$LINENO" 5
18826 if test "x$XMLTO" != "x"; then
18827 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: ignoring XMLTO environment variable since --with-xmlto=no was specified" >&5
18828 $as_echo "$as_me: WARNING: ignoring XMLTO environment variable since --with-xmlto=no was specified" >&2;}
18832 as_fn_error $? "--with-xmlto expects 'yes' or 'no'" "$LINENO" 5
18835 # Test for a minimum version of xmlto, if provided.
18837 # scrape the xmlto version
18838 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the xmlto version" >&5
18839 $as_echo_n "checking the xmlto version... " >&6; }
18840 xmlto_version=`$XMLTO --version 2>/dev/null | cut -d' ' -f3`
18849 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: xmlto version $xmlto_version found, but 0.0.22 needed" >&5
18850 $as_echo "$as_me: WARNING: xmlto version $xmlto_version found, but 0.0.22 needed" >&2;}
18853 as_fn_error $? "xmlto version $xmlto_version found, but 0.0.22 needed" "$LINENO" 5
18864 # Test for the ability of xmlto to generate a text target
18873 if $XMLTO --skip-validation txt conftest.xml >/dev/null 2>&1; then :
18876 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: xmlto cannot generate text format, this format skipped" >&5
18877 $as_echo "$as_me: WARNING: xmlto cannot generate text format, this format skipped" >&2;}