summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2022-04-12 14:36:12 +0200
committerIngo Schwarze <schwarze@openbsd.org>2022-04-15 13:11:30 +0200
commit3805d2a0e4aebb84d896f86285fd565488e849bb (patch)
treeef0f89a6097a95a631a01d11fda7bb2bdcbdaab8 /configure.ac
parent876f3b98e164816e1b1ed8ce9ca9f65d1c095fce (diff)
downloadgroff-git-3805d2a0e4aebb84d896f86285fd565488e849bb.tar.gz
[configure] Delete the --with-doc option.
This option was harmful, ill-designed, buggy, and essentially unmaintained and untested. For more details on the rationale, see the NEWS file. OK gbranden@ and no objection when shown on groff at gnu dot org.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac13
1 files changed, 0 insertions, 13 deletions
diff --git a/configure.ac b/configure.ac
index e205fca78..1ea4c377a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -65,7 +65,6 @@ GROFF_PRINT
GROFF_REFERDIR_DEFAULT
AC_PROG_EGREP
GROFF_PROG_YACC
-GROFF_DOC_CHECK
GROFF_MAKEINFO
GROFF_TEXI2DVI
AC_PROG_RANLIB
@@ -198,13 +197,8 @@ AM_CONDITIONAL([MAKE_DONT_HAVE_RM], [test "x$groff_is_rm_defined" = "xno"])
AM_CONDITIONAL([USEPROGRAMPREFIX], [test x$g = xg])
AM_CONDITIONAL([BUILD_HTML], [test -n "$make_htmldoc"])
-AM_CONDITIONAL([BUILD_HTMLEXAMPLES], [test -n "$make_htmlexamples"])
AM_CONDITIONAL([BUILD_PDFDOC], [test -n "$make_pdfdoc"])
-AM_CONDITIONAL([BUILD_PDFEXAMPLES], [test -n "$make_pdfexamples"])
-AM_CONDITIONAL([BUILD_OTHERDOC], [test -n "$make_otherdoc"])
-AM_CONDITIONAL([BUILD_EXAMPLES], [test -n "$make_examples"])
AM_CONDITIONAL([USE_GROFF_ALLOCATOR], [test "x$use_groff_allocator" = "xyes"])
-AM_CONDITIONAL([INSTALL_SHIPPED_HTML], [test -n "$make_install_shipped_htmldoc"])
AM_CONDITIONAL([HAVE_PDFTOOLS], [test "x$groff_have_pdftools" = "xyes" ])
AM_CONDITIONAL([HAVE_TEXI2DVI], [test "x$groff_have_texi2dvi" = "xyes" ])
@@ -232,13 +226,6 @@ echo "\
X11 support : yes
X11 resources dir : $appresdir"
fi
-if test "x$doc" = x; then
-echo "\
- Doc build : no"
-else
-echo "\
- Doc build : ${doc} "
-fi
echo "\
URW fonts for pdf : $groff_have_urw_fonts
Use uchardet library for preconv: $groff_have_uchardet