Browse Source

Autogen for generatic configure

pull/53/head
Luca Deri 6 years ago
parent
commit
42a2f7ada7
  1. 9
      autogen.sh

9
autogen.sh

@ -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
Loading…
Cancel
Save