summaryrefslogtreecommitdiff
path: root/.lift/setup.sh
blob: a9bc873b3262f912ffdc2e6ab36dd74a1165735d (plain)
1
2
3
4
#!/usr/bin/env bash
./buildconf
./configure --with-openssl
echo "Ran the setup script for Lift including autoconf and executing ./configure --with-openssl"