commit 45db963de4037a80b5993877886c0da60645180b Author: cypherpunks cypherpunks@torproject.org Date: Fri Feb 27 16:03:43 2015 +0100
Stop updating versions on every execution of `./configure`. --- configure.ac | 4 ---- 1 file changed, 4 deletions(-)
diff --git a/configure.ac b/configure.ac index e5e36d5..1109a4b 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
tor-commits@lists.torproject.org