diff -Nur wml-2.0.11.orig/configure wml-2.0.11/configure --- wml-2.0.11.orig/configure 2010-09-19 22:33:41.000000000 +0200 +++ wml-2.0.11/configure 2010-09-19 22:35:37.000000000 +0200 @@ -2989,7 +2989,7 @@ fi; -ac_configure_args="$ac_configure_args --with-tidy=`pwd`/wml_aux/tidy/tidy" +# ac_configure_args="$ac_configure_args --with-tidy=`pwd`/wml_aux/tidy/tidy" @@ -3001,7 +3001,7 @@ echo "$as_me:$LINENO: result: ${TERM_BOLD}RESULT: Substituting Files${TERM_NORM}" >&5 echo "${ECHO_T}${TERM_BOLD}RESULT: Substituting Files${TERM_NORM}" >&6 - ac_config_files="$ac_config_files Makefile wml_frontend/Makefile wml_backend/Makefile wml_backend/p1_ipp/Makefile wml_backend/p5_divert/Makefile wml_backend/p6_asubst/Makefile wml_backend/p7_htmlfix/Makefile wml_backend/p8_htmlstrip/Makefile wml_backend/p9_slice/Makefile wml_common/Makefile wml_docs/Makefile wml_aux/Makefile wml_aux/htmlinfo/Makefile wml_aux/htmlclean/Makefile wml_aux/linklint/Makefile wml_aux/map2html/Makefile wml_aux/txt2html/Makefile wml_aux/tidy/Makefile wml_aux/weblint/Makefile wml_aux/freetable/Makefile wml_misc/Makefile wml_include/Makefile wml_test/Makefile" + ac_config_files="$ac_config_files Makefile wml_frontend/Makefile wml_backend/Makefile wml_backend/p1_ipp/Makefile wml_backend/p5_divert/Makefile wml_backend/p6_asubst/Makefile wml_backend/p7_htmlfix/Makefile wml_backend/p8_htmlstrip/Makefile wml_backend/p9_slice/Makefile wml_common/Makefile wml_docs/Makefile wml_aux/Makefile wml_aux/htmlinfo/Makefile wml_aux/htmlclean/Makefile wml_aux/linklint/Makefile wml_aux/map2html/Makefile wml_aux/txt2html/Makefile wml_aux/weblint/Makefile wml_aux/freetable/Makefile wml_misc/Makefile wml_include/Makefile wml_test/Makefile" cat >confcache <<\_ACEOF # This file is a shell script that caches the results of configure # tests run on this system so they can be shared between configure @@ -3569,7 +3569,6 @@ "wml_aux/linklint/Makefile" ) CONFIG_FILES="$CONFIG_FILES wml_aux/linklint/Makefile" ;; "wml_aux/map2html/Makefile" ) CONFIG_FILES="$CONFIG_FILES wml_aux/map2html/Makefile" ;; "wml_aux/txt2html/Makefile" ) CONFIG_FILES="$CONFIG_FILES wml_aux/txt2html/Makefile" ;; - "wml_aux/tidy/Makefile" ) CONFIG_FILES="$CONFIG_FILES wml_aux/tidy/Makefile" ;; "wml_aux/weblint/Makefile" ) CONFIG_FILES="$CONFIG_FILES wml_aux/weblint/Makefile" ;; "wml_aux/freetable/Makefile" ) CONFIG_FILES="$CONFIG_FILES wml_aux/freetable/Makefile" ;; "wml_misc/Makefile" ) CONFIG_FILES="$CONFIG_FILES wml_misc/Makefile" ;; diff -Nur wml-2.0.11.orig/wml_frontend/wml.src wml-2.0.11/wml_frontend/wml.src --- wml-2.0.11.orig/wml_frontend/wml.src 2010-09-19 22:33:41.000000000 +0200 +++ wml-2.0.11/wml_frontend/wml.src 2010-09-19 22:36:12.000000000 +0200 @@ -1374,7 +1374,7 @@ $e = "@libdir@/exec/wml_aux_weblint$1"; } elsif ($e =~ m|^tidy(.*)|) { - $e = "@libdir@/exec/wml_aux_tidy$1"; + $e = "@bindir@/tidy$1"; $e .= " -m" if ($1 eq ''); } &verbose(2, "EPILOG: $e $o\n"); diff -Nur wml-2.0.11.orig/Makefile.in wml-2.0.11/Makefile.in --- wml-2.0.11.orig/Makefile.in 2010-09-19 22:41:24.000000000 +0200 +++ wml-2.0.11/Makefile.in 2010-09-19 22:42:03.000000000 +0200 @@ -178,8 +178,6 @@ $(INSTALL_SCRIPT) wml_aux/txt2html/txt2html.pl $(libdir)/exec/wml_aux_txt2html $(INSTALL_DATA) wml_aux/txt2html/txt2html.txt $(mandir)/$(catdir)1/wml_aux_txt2html.1 $(INSTALL_DATA) wml_aux/txt2html/txt2html.dict $(libdir)/data/txt2html.dict - $(INSTALL_PROGRAM) wml_aux/tidy/tidy@EXEEXT@ $(libdir)/exec/wml_aux_tidy@EXEEXT@ - $(INSTALL_DATA) wml_aux/tidy/tidy.txt $(mandir)/$(catdir)1/wml_aux_tidy.1 $(INSTALL_SCRIPT) wml_aux/htmlinfo/htmlinfo.pl $(libdir)/exec/wml_aux_htmlinfo $(INSTALL_DATA) wml_aux/htmlinfo/htmlinfo.1 $(mandir)/man1/wml_aux_htmlinfo.1 $(INSTALL_SCRIPT) wml_aux/linklint/linklint.pl $(libdir)/exec/wml_aux_linklint diff -Nur wml-2.0.11.orig/wml_aux/Makefile.in wml-2.0.11/wml_aux/Makefile.in --- wml-2.0.11.orig/wml_aux/Makefile.in 2005-12-01 18:50:13.000000000 +0100 +++ wml-2.0.11/wml_aux/Makefile.in 2010-09-19 22:57:18.000000000 +0200 @@ -20,7 +20,6 @@ htmlinfo \ linklint \ map2html \ - tidy \ txt2html \ weblint \ freetable