From: cypherpunks Date: Fri, 27 Feb 2015 15:03:43 +0000 (+0100) Subject: Stop updating versions on every execution of `./configure`. X-Git-Tag: tor-0.2.7.1-alpha~119^2~6 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=45db963de4037a80b5993877886c0da60645180b;p=thirdparty%2Ftor.git Stop updating versions on every execution of `./configure`. --- 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