Home | History | Annotate | Download | only in dist

Lines Matching refs:xmlto

793 XMLTO
994 XMLTO
1684 --with-xmlto Use xmlto to regenerate documentation (default:
1716 XMLTO Path to xmlto command
21075 # Check whether --with-xmlto was given.
21087 # Extract the first word of "xmlto", so it can be a program name with args.
21088 set dummy xmlto; ac_word=$2
21095 e) case $XMLTO in
21097 ac_cv_path_XMLTO="$XMLTO" # Let the user override the test with a path.
21123 XMLTO=$ac_cv_path_XMLTO
21124 if test -n "$XMLTO"; then
21125 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $XMLTO" >&5
21126 printf "%s\n" "$XMLTO" >&6; }
21133 if test "x$XMLTO" = "x"; then
21134 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: xmlto not found - documentation targets will be skipped" >&5
21135 printf "%s\n" "$as_me: WARNING: xmlto not found - documentation targets will be skipped" >&2;}
21141 # Extract the first word of "xmlto", so it can be a program name with args.
21142 set dummy xmlto; ac_word=$2
21149 e) case $XMLTO in
21151 ac_cv_path_XMLTO="$XMLTO" # Let the user override the test with a path.
21177 XMLTO=$ac_cv_path_XMLTO
21178 if test -n "$XMLTO"; then
21179 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $XMLTO" >&5
21180 printf "%s\n" "$XMLTO" >&6; }
21187 if test "x$XMLTO" = "x"; then
21188 as_fn_error $? "--with-xmlto=yes specified but xmlto not found in PATH" "$LINENO" 5
21192 if test "x$XMLTO" != "x"; then
21193 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: ignoring XMLTO environment variable since --with-xmlto=no was specified" >&5
21194 printf "%s\n" "$as_me: WARNING: ignoring XMLTO environment variable since --with-xmlto=no was specified" >&2;}
21198 as_fn_error $? "--with-xmlto expects 'yes' or 'no'" "$LINENO" 5
21201 # Test for a minimum version of xmlto, if provided.
21203 # scrape the xmlto version
21204 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking the xmlto version" >&5
21205 printf %s "checking the xmlto version... " >&6; }
21206 xmlto_version=`$XMLTO --version 2>/dev/null | cut -d' ' -f3`
21215 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: xmlto
21216 printf "%s\n" "$as_me: WARNING: xmlto version $xmlto_version found, but 0.0.22 needed" >&2;}
21219 as_fn_error $? "xmlto version $xmlto_version found, but 0.0.22 needed" "$LINENO" 5
21230 # Test for the ability of xmlto to generate a text target
21232 # NOTE: xmlto 0.0.27 or higher return a non-zero return code in the
21241 if $XMLTO --skip-validation txt conftest.xml >/dev/null 2>&1
21249 if $XMLTO --skip-validation txt conftest.xml >/dev/null 2>&1
21253 e) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: xmlto cannot generate text format, this format skipped" >&5
21254 printf "%s\n" "$as_me: WARNING: xmlto cannot generate text format, this format skipped" >&2;} ;;