wolfssl/autogen.sh

14 lines
217 B
Bash
Executable File

#!/bin/sh
#
# Create configure and makefile stuff...
#
if test -d .git; then
WARNINGS="all,error"
else
WARNINGS="all"
fi
autoreconf --install --force --verbose
ln -s -f ../../pre-commit.sh .git/hooks/pre-commit