This is an automated email from the ASF dual-hosted git repository.

rnewson pushed a commit to branch snap-couch-version
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit a82895143588b0ddb43611e26079ce5ee1359e16
Author: Robert Newson <robert.news...@ibm.com>
AuthorDate: Wed Jul 3 17:42:27 2024 +0100

    remove last remnant of snap install
    
    This was introduced in 99b5331ce9 to support a snap package
    and not removed when we removed the snap option in e9d703c2139cd
---
 configure | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/configure b/configure
index e2c661216..977231218 100755
--- a/configure
+++ b/configure
@@ -49,9 +49,6 @@ ARCH="$(uname -m)"
 ERLANG_VER="$(run_erlang 'io:put_chars(erlang:system_info(otp_release)).')"
 ERLANG_OS="$(run_erlang 'case os:type() of {OS, _} -> io:format("~s~n", [OS]) 
end.')"
 
-. ${rootdir}/version.mk
-COUCHDB_VERSION=${vsn_major}.${vsn_minor}.${vsn_patch}
-
 display_help () {
     cat << EOF
 Usage: $basename [OPTION]

Reply via email to