2021-09-23 05:05:06 +03:00
|
|
|
#!/usr/bin/env bash
|
|
|
|
# Copyright (C) 2000 - 2022 Daniel Stenberg, <daniel@haxx.se>, et al.
|
2022-05-17 12:16:50 +03:00
|
|
|
#
|
2021-09-23 05:05:06 +03:00
|
|
|
# SPDX-License-Identifier: curl
|
2022-03-15 12:25:25 +03:00
|
|
|
autoreconf -fi
|
2021-09-23 05:05:06 +03:00
|
|
|
./configure --with-openssl
|
|
|
|
echo "Ran the setup script for Lift including autoconf and executing ./configure --with-openssl"
|