patch-configure_ac 712 B

123456789101112131415161718192021222324252627
  1. --- tinyproxy-1.8.3.orig/configure.ac 2011-08-16 14:14:58.000000000 +0200
  2. +++ tinyproxy-1.8.3/configure.ac 2014-04-07 08:43:06.000000000 +0200
  3. @@ -282,24 +282,12 @@ AC_SUBST(CPPFLAGS)
  4. AC_SUBST(LIBS)
  5. AC_SUBST(ADDITIONAL_OBJECTS)
  6. -# Check for asciidoc
  7. -AC_PATH_PROG(A2X, a2x, no)
  8. -AM_CONDITIONAL(HAVE_A2X, test "x$A2X" != "xno")
  9. -if test x"$A2X" = x"no"; then
  10. - AC_MSG_ERROR([Test for asciidoc failed. See the file 'INSTALL' for help.])
  11. -fi
  12. -
  13. AC_CONFIG_FILES([
  14. Makefile
  15. src/Makefile
  16. data/Makefile
  17. data/templates/Makefile
  18. etc/Makefile
  19. -docs/Makefile
  20. -docs/man5/Makefile
  21. -docs/man5/tinyproxy.conf.txt
  22. -docs/man8/Makefile
  23. -docs/man8/tinyproxy.txt
  24. m4macros/Makefile
  25. tests/Makefile
  26. tests/scripts/Makefile