From 45db963de4037a80b5993877886c0da60645180b Mon Sep 17 00:00:00 2001 From: cypherpunks Date: Fri, 27 Feb 2015 16:03:43 +0100 Subject: [PATCH] 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 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 -- 2.47.3