diff options
author | cypherpunks <cypherpunks@torproject.org> | 2015-03-11 10:47:13 +0100 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-03-14 13:00:06 -0400 |
commit | eeb753e87115a7b19cc7de83c061fa5e599acb81 (patch) | |
tree | d60fc747cbfe9684163092ec9d042e2dca13990a /configure.ac | |
parent | e656a88fad97a813f29f48a92ea9f972122bc3af (diff) | |
download | tor-eeb753e87115a7b19cc7de83c061fa5e599acb81.tar.gz tor-eeb753e87115a7b19cc7de83c061fa5e599acb81.zip |
Make `check-docs` work from out-of-tree builds.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 1109a4be50..3ba686802a 100644 --- a/configure.ac +++ b/configure.ac @@ -215,6 +215,8 @@ AC_PROG_CPP AC_PROG_MAKE_SET AC_PROG_RANLIB +AC_PATH_PROG([PERL], [perl]) + dnl autoconf 2.59 appears not to support AC_PROG_SED AC_CHECK_PROG([SED],[sed],[sed],[/bin/false]) @@ -1661,6 +1663,7 @@ AC_CONFIG_FILES([ contrib/dist/tor.service src/config/torrc.sample src/config/torrc.minimal + scripts/maint/checkOptionDocs.pl ]) if test x$asciidoc = xtrue && test "$ASCIIDOC" = "none" ; then |