curl/.lift/setup.sh

5 lines
159 B
Bash
Executable File

#!/usr/bin/env bash
autoreconf -fi
./configure --with-openssl
echo "Ran the setup script for Lift including autoconf and executing ./configure --with-openssl"