]> granicus.if.org Git - graphviz/commitdiff
autogen.sh: remove computation of GRAPHVIZ_VERSION
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Wed, 8 Sep 2021 03:40:01 +0000 (20:40 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Wed, 8 Sep 2021 03:40:01 +0000 (20:40 -0700)
As of commit 46fadbefa1c7810513129051c8fa01a506316e6e, this is not longer used.

autogen.sh

index 87a199b1f96cd9252b4b0750b7233946cfcf9cc2..74cec6c802668fcabdb27e5d4bd450adf8db97ce 100755 (executable)
@@ -1,9 +1,5 @@
 #! /bin/sh
 
-if ! GRAPHVIZ_VERSION=$( python3 gen_version.py ) ; then
-    echo "Error: Failed to set version" >&2
-    exit 1
-fi
 GRAPHVIZ_VERSION_MAJOR=$( python3 gen_version.py --major )
 GRAPHVIZ_VERSION_MINOR=$( python3 gen_version.py --minor )
 GRAPHVIZ_VERSION_PATCH=$( python3 gen_version.py --patch )