aboutsummaryrefslogtreecommitdiff
path: root/scripts/README
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2014-05-07 03:56:51 -0400
committerNick Mathewson <nickm@torproject.org>2014-05-07 03:56:51 -0400
commit2e1ac274abed4127a6a30b753297166caf59feb1 (patch)
treee503d26276f63e3960dfe73e937be50aabf4c3c7 /scripts/README
parent8a2e66b623f470f8adb9c342d8b18d207be7f361 (diff)
downloadtor-2e1ac274abed4127a6a30b753297166caf59feb1.tar
tor-2e1ac274abed4127a6a30b753297166caf59feb1.tar.gz
Script to detect unused autoconf outputs
Should help speed up mingw builds by a percent or two.
Diffstat (limited to 'scripts/README')
-rw-r--r--scripts/README3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/README b/scripts/README
index f2cb5013c..70c763923 100644
--- a/scripts/README
+++ b/scripts/README
@@ -6,6 +6,9 @@ Code maintenance scripts
maint/checkLogs.pl -- Verify that Tor log statements are unique.
+maint/check_config_macros.pl -- Look for autoconf tests whose results are
+never used.
+
maint/checkOptionDocs.pl -- Make sure that Tor options are documented in the
manpage, and that the manpage only documents real Tor options.