]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Stop updating versions on every execution of `./configure`.
authorcypherpunks <cypherpunks@torproject.org>
Fri, 27 Feb 2015 15:03:43 +0000 (16:03 +0100)
committerNick Mathewson <nickm@torproject.org>
Sat, 14 Mar 2015 17:00:05 +0000 (13:00 -0400)
configure.ac

index e5e36d5c0772d42d8a08c94e8594f869ef66c63a..1109a4be502dfda6b9ad2f8d2c89e27e8a9e9600 100644 (file)
@@ -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