The Lift tool is being retired. Their site reads:
"Sonatype Lift will be retiring on Sep 12, 2023, with its analysis
stopping on Aug 12, 2023."
Closes #11541
+++ /dev/null
-# Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
-#
-# SPDX-License-Identifier: curl
-
-ignoreRules = [ "DEAD_STORE", "subprocess_without_shell_equals_true" ]
-ignoreFiles = [ "tests/http/**" ]
-build = "make"
-setup = ".lift/setup.sh"
+++ /dev/null
-#!/usr/bin/env bash
-# Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
-#
-# SPDX-License-Identifier: curl
-autoreconf -fi
-./configure --with-openssl
-echo "Ran the setup script for Lift including autoconf and executing ./configure --with-openssl"