Home | History | Annotate | Download | only in dist

Lines Matching refs:xmlto

739 XMLTO
901 XMLTO
1563 --with-xmlto Use xmlto to regenerate documentation (default:
1596 XMLTO Path to xmlto command
12077 # Check whether --with-xmlto was given.
12089 # Extract the first word of "xmlto", so it can be a program name with args.
12090 set dummy xmlto; ac_word=$2
12097 e) case $XMLTO in
12099 ac_cv_path_XMLTO="$XMLTO" # Let the user override the test with a path.
12125 XMLTO=$ac_cv_path_XMLTO
12126 if test -n "$XMLTO"; then
12127 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $XMLTO" >&5
12128 printf "%s\n" "$XMLTO" >&6; }
12135 if test "x$XMLTO" = "x"; then
12136 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: xmlto not found - documentation targets will be skipped" >&5
12137 printf "%s\n" "$as_me: WARNING: xmlto not found - documentation targets will be skipped" >&2;}
12143 # Extract the first word of "xmlto", so it can be a program name with args.
12144 set dummy xmlto; ac_word=$2
12151 e) case $XMLTO in
12153 ac_cv_path_XMLTO="$XMLTO" # Let the user override the test with a path.
12179 XMLTO=$ac_cv_path_XMLTO
12180 if test -n "$XMLTO"; then
12181 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $XMLTO" >&5
12182 printf "%s\n" "$XMLTO" >&6; }
12189 if test "x$XMLTO" = "x"; then
12190 as_fn_error $? "--with-xmlto=yes specified but xmlto not found in PATH" "$LINENO" 5
12194 if test "x$XMLTO" != "x"; then
12195 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: ignoring XMLTO environment variable since --with-xmlto=no was specified" >&5
12196 printf "%s\n" "$as_me: WARNING: ignoring XMLTO environment variable since --with-xmlto=no was specified" >&2;}
12200 as_fn_error $? "--with-xmlto expects 'yes' or 'no'" "$LINENO" 5
12203 # Test for a minimum version of xmlto, if provided.
12205 # scrape the xmlto version
12206 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking the xmlto version" >&5
12207 printf %s "checking the xmlto version... " >&6; }
12208 xmlto_version=`$XMLTO --version 2>/dev/null | cut -d' ' -f3`
12217 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: xmlto version $xmlto_version found, but 0.0.20 needed" >&5
12218 printf "%s\n" "$as_me: WARNING: xmlto version $xmlto_version found, but 0.0.20 needed" >&2;}
12221 as_fn_error $? "xmlto version $xmlto_version found, but 0.0.20 needed" "$LINENO" 5
12232 # Test for the ability of xmlto to generate a text target
12234 # NOTE: xmlto 0.0.27 or higher return a non-zero return code in the
12243 if $XMLTO --skip-validation txt conftest.xml >/dev/null 2>&1
12251 if $XMLTO --skip-validation txt conftest.xml >/dev/null 2>&1
12255 e) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: xmlto cannot generate text format, this format skipped" >&5
12256 printf "%s\n" "$as_me: WARNING: xmlto cannot generate text format, this format skipped" >&2;} ;;