aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2013-01-18 18:00:51 -0500
committerNick Mathewson <nickm@torproject.org>2013-01-18 18:02:08 -0500
commitee421e68d5231e3962b45f8bbfc6505c8e6f3315 (patch)
tree4f76d03c0071ea8624ed9fb741ef5028cb9b2d2b /changes
parente0581a4b571f13dd0de801792c853e22ac244a36 (diff)
downloadtor-ee421e68d5231e3962b45f8bbfc6505c8e6f3315.tar
tor-ee421e68d5231e3962b45f8bbfc6505c8e6f3315.tar.gz
Remove -v flag from autoreconf by default
You can get it back by saying ./autogen.sh -v Patch from onizuka; for bug 4664. This isn't a complete fix, since starting from a clean checkout still reports that it's installing stuff
Diffstat (limited to 'changes')
-rw-r--r--changes/46644
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/4664 b/changes/4664
new file mode 100644
index 000000000..eb81da925
--- /dev/null
+++ b/changes/4664
@@ -0,0 +1,4 @@
+ o Minor features (build):
+ - Do not report status verbosely from autogen.sh unless the -v flag
+ is specified. Fixes issue 4664. Patch from Onizuka.
+