Stop updating versions on every execution of ./configure.

This commit is contained in:
cypherpunks 2015-02-27 16:03:43 +01:00 committed by Nick Mathewson
parent 5176f6f103
commit 45db963de4

View 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