libreSSL/dist.sh
Brent Cook dd646a3302 enable libtls by default
The API/ABI for the LibreSSL 2.1.x series is now fixed, so we can safely
enable libtls it by default. This is useful for new OpenNTPD and
OpenSMTPD releases as well.

ok deraadt@ beck@ sthen@
2015-03-19 00:39:50 -05:00

8 lines
80 B
Bash
Executable File

#!/bin/sh
set -e
rm -f man/*.1 man/*.3
./autogen.sh
./configure
make distcheck