diff options
author | cypherpunks <cypherpunks@torproject.org> | 2015-02-27 16:03:43 +0100 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-03-14 13:00:05 -0400 |
commit | 45db963de4037a80b5993877886c0da60645180b (patch) | |
tree | a0b7ac9c52f1b6a27122c98c76355e817b93a864 /configure.ac | |
parent | 5176f6f103f3b8b7e5c930c163d2926cf0da6f9b (diff) | |
download | tor-45db963de4037a80b5993877886c0da60645180b.tar.gz tor-45db963de4037a80b5993877886c0da60645180b.zip |
Stop updating versions on every execution of `./configure`.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
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 |