wolfssh/autogen.sh

14 lines
227 B
Bash
Executable File

#!/bin/sh
#
# Create configure and makefile stuff...
# If this is a source checkout then call autoreconf with error as well
if [ -e .git ]; then
WARNINGS="all,error"
else
WARNINGS="all"
fi
export WARNINGS
autoreconf -ivf