#31577: make distcheck on macOS ignores --disable-asciidoc in its second configure invocation -----------------------------+---------------------------------- Reporter: teor | Owner: (none) Type: defect | Status: new Priority: Medium | Milestone: Tor: unspecified Component: Core Tor/Tor | Version: Tor: unspecified Severity: Normal | Resolution: Keywords: tor-dist, macos | Actual Points: Parent ID: | Points: Reviewer: | Sponsor: -----------------------------+----------------------------------
Comment (by nickm): By default, make distcheck does not carry any configure flags forward. You can override this with `DISTCHECK_CONFIGURE_FLAGS` (see https://www.gnu.org/software/automake/manual/html_node/Checking-the- Distribution.html for more). So for example, instead of `make distcheck`, you would say: `make distcheck DISTCHECK_CONFIGURE_FLAGS="--disable-asciidoc ..."` -- Ticket URL: <https://trac.torproject.org/projects/tor/ticket/31577#comment:1> Tor Bug Tracker & Wiki <https://trac.torproject.org/> The Tor Project: anonymity online
_______________________________________________ tor-bugs mailing list tor-bugs@lists.torproject.org https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs