aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcypherpunks <cypherpunks@torproject.org>2015-02-27 16:03:43 +0100
committerNick Mathewson <nickm@torproject.org>2015-03-14 13:00:05 -0400
commit45db963de4037a80b5993877886c0da60645180b (patch)
treea0b7ac9c52f1b6a27122c98c76355e817b93a864
parent5176f6f103f3b8b7e5c930c163d2926cf0da6f9b (diff)
downloadtor-45db963de4037a80b5993877886c0da60645180b.tar.gz
tor-45db963de4037a80b5993877886c0da60645180b.zip
Stop updating versions on every execution of `./configure`.
-rw-r--r--configure.ac4
1 files changed, 0 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index e5e36d5c07..1109a4be50 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1682,7 +1682,3 @@ if test x$asciidoc = xtrue && test "$ASCIIDOC" = "none" ; then
fi
AC_OUTPUT
-
-if test -x /usr/bin/perl && test -x ./scripts/maint/updateVersions.pl ; then
- ./scripts/maint/updateVersions.pl
-fi