Autogen for generatic configure

This commit is contained in:
Luca Deri 2018-10-07 11:38:05 +02:00
parent a80fa1dd27
commit 42a2f7ada7

9
autogen.sh Executable file
View File

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