n2n/autogen.sh

10 lines
162 B
Bash
Raw Normal View History

2018-10-07 11:38:05 +02:00
#!/usr/bin/env bash
rm -f config.h config.h.in *~ Makefile configure #*
echo "Wait please..."
autoreconf -if
echo ""
echo "Now running ./configure"
./configure