]> git.ipfire.org Git - thirdparty/curl.git/commit
configure: add --disable-docs flag
authorChris Webb <chris@arachsys.com>
Sat, 3 Feb 2024 21:05:59 +0000 (21:05 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 5 Feb 2024 18:39:52 +0000 (19:39 +0100)
commit541321507e386744c3ea1200cc83cc98338e27d7
tree8d1ed399e39d87d0ae2bdfcab5fde244cd2855c1
parenta84ad94dd6b2c68ebc5f3bcbbd8ad12d5fbf2ffc
configure: add --disable-docs flag

Building man pages from curldown sources now requires perl. Add a
--disable-docs flag to configure to enable building and installing
without documentation where perl is not available or man pages are not
required. This is selected automatically (with a warning) when perl is
not found by configure.

Fixes #12832
Closes #12857
Makefile.am
configure.ac
src/Makefile.am