You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

86 lines
2.1 KiB

  1. --- a/configure
  2. +++ b/configure
  3. @@ -6815,59 +6815,8 @@ fi
  4. -# Check for asciidoc
  5. -# Extract the first word of "a2x", so it can be a program name with args.
  6. -set dummy a2x; ac_word=$2
  7. -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  8. -$as_echo_n "checking for $ac_word... " >&6; }
  9. -if test "${ac_cv_path_A2X+set}" = set; then :
  10. - $as_echo_n "(cached) " >&6
  11. -else
  12. - case $A2X in
  13. - [\\/]* | ?:[\\/]*)
  14. - ac_cv_path_A2X="$A2X" # Let the user override the test with a path.
  15. - ;;
  16. - *)
  17. - as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  18. -for as_dir in $PATH
  19. -do
  20. - IFS=$as_save_IFS
  21. - test -z "$as_dir" && as_dir=.
  22. - for ac_exec_ext in '' $ac_executable_extensions; do
  23. - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  24. - ac_cv_path_A2X="$as_dir/$ac_word$ac_exec_ext"
  25. - $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
  26. - break 2
  27. - fi
  28. -done
  29. - done
  30. -IFS=$as_save_IFS
  31. -
  32. - test -z "$ac_cv_path_A2X" && ac_cv_path_A2X="no"
  33. - ;;
  34. -esac
  35. -fi
  36. -A2X=$ac_cv_path_A2X
  37. -if test -n "$A2X"; then
  38. - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $A2X" >&5
  39. -$as_echo "$A2X" >&6; }
  40. -else
  41. - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  42. -$as_echo "no" >&6; }
  43. -fi
  44. -
  45. -
  46. - if test "x$A2X" != "xno"; then
  47. - HAVE_A2X_TRUE=
  48. - HAVE_A2X_FALSE='#'
  49. -else
  50. HAVE_A2X_TRUE='#'
  51. HAVE_A2X_FALSE=
  52. -fi
  53. -
  54. -if test x"$A2X" = x"no"; then
  55. - as_fn_error $? "Test for asciidoc failed. See the file 'INSTALL' for help." "$LINENO" 5
  56. -fi
  57. ac_config_files="$ac_config_files Makefile src/Makefile data/Makefile data/templates/Makefile etc/Makefile docs/Makefile docs/man5/Makefile docs/man5/tinyproxy.conf.txt docs/man8/Makefile docs/man8/tinyproxy.txt m4macros/Makefile tests/Makefile tests/scripts/Makefile"
  58. --- a/Makefile.am
  59. +++ b/Makefile.am
  60. @@ -2,9 +2,7 @@ SUBDIRS = \
  61. src \
  62. data \
  63. etc \
  64. - docs \
  65. m4macros \
  66. - tests
  67. # tools want this on a single line
  68. ACLOCAL_AMFLAGS = -I m4macros
  69. --- a/Makefile.in
  70. +++ b/Makefile.in
  71. @@ -222,9 +222,7 @@ SUBDIRS = \
  72. src \
  73. data \
  74. etc \
  75. - docs \
  76. m4macros \
  77. - tests
  78. # tools want this on a single line