summaryrefslogtreecommitdiff
path: root/.lift/setup.sh
blob: aa6ff4f4d84d9d78d9c18b5707e4c5ad35cadb74 (plain)
1
2
3
4
5
6
7
#!/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"