Add autogen.sh to call autoreconf

This commit is contained in:
Christophe Grenier 2020-07-23 13:43:21 +02:00
parent 68135f43fa
commit 58d08c80f4

3
autogen.sh Executable file
View file

@ -0,0 +1,3 @@
#!/bin/sh
mkdir config
autoreconf --install -W all -I config