n2n/autogen.sh
2018-10-07 11:38:05 +02:00

10 lines
162 B
Bash
Executable File

#!/usr/bin/env bash
rm -f config.h config.h.in *~ Makefile configure #*
echo "Wait please..."
autoreconf -if
echo ""
echo "Now running ./configure"
./configure