• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1#!/usr/bin/env bash
2# Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
3#
4# SPDX-License-Identifier: curl
5autoreconf -fi
6./configure --with-openssl
7echo "Ran the setup script for Lift including autoconf and executing ./configure --with-openssl"
8