setup.sh 251 B

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