From 734a1cfa5244e057b2dab85563bd8672ee013ad5 Mon Sep 17 00:00:00 2001 From: Matthew Fernandez Date: Tue, 7 Sep 2021 20:40:01 -0700 Subject: [PATCH] autogen.sh: remove computation of GRAPHVIZ_VERSION As of commit 46fadbefa1c7810513129051c8fa01a506316e6e, this is not longer used. --- autogen.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/autogen.sh b/autogen.sh index 87a199b1f..74cec6c80 100755 --- a/autogen.sh +++ b/autogen.sh @@ -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 ) -- 2.40.0