aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2019-06-20 19:02:50 +0200
committerTristan Gingold <tgingold@free.fr>2019-06-20 19:02:50 +0200
commitb5dcc2fcfdab9cb0a80dbf598ecdef6c71333715 (patch)
tree1228ba774b42784ca976ade814ac03f0abeb4672 /configure
parentf7aaec6245aea5a59e33b8e4f3aeb11375ef23b0 (diff)
downloadghdl-b5dcc2fcfdab9cb0a80dbf598ecdef6c71333715.tar.gz
ghdl-b5dcc2fcfdab9cb0a80dbf598ecdef6c71333715.tar.bz2
ghdl-b5dcc2fcfdab9cb0a80dbf598ecdef6c71333715.zip
libghdl: just put the version in config.py
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 0 insertions, 2 deletions
diff --git a/configure b/configure
index f2f3b4377..cd76562ed 100755
--- a/configure
+++ b/configure
@@ -296,8 +296,6 @@ fi
if [ "$enable_libghdl" = true ]; then
cat > config.py <<-EOF
__version__ = '${ghdl_version}'
-__libghdl_version__ = '${libghdl_version}'
-__libghdl__ = 'libghdl-${libghdl_version}${SOEXT}'
EOF
fi