Index: configure.ac =================================================================== --- configure.ac.orig +++ configure.ac @@ -228,7 +228,7 @@ if test "${enable_doc}"; then case "$DOCTOOL" in linuxdoc) DOCTOOL="linuxdoc -B html -H \$(TOPDIR)/doc/html.header";; - sgml2html) DOCTOOL="sgml2html -s 1 -H \$(TOPDIR)/doc/html.header";; + sgml2html) DOCTOOL="sgml2html -s 1";; :) if test "${srcdir}" != "."; then mkdir -p doc Index: configure =================================================================== --- configure.orig +++ configure @@ -4057,7 +4057,7 @@ test -n "$DOCTOOL" || DOCTOOL="":"" case "$DOCTOOL" in linuxdoc) DOCTOOL="linuxdoc -B html -H \$(TOPDIR)/doc/html.header";; - sgml2html) DOCTOOL="sgml2html -s 1 -H \$(TOPDIR)/doc/html.header";; + sgml2html) DOCTOOL="sgml2html -s 1";; :) if test "${srcdir}" != "."; then mkdir -p doc