Add autogen.sh to call autoreconf
This commit is contained in:
parent
68135f43fa
commit
58d08c80f4
1 changed files with 3 additions and 0 deletions
3
autogen.sh
Executable file
3
autogen.sh
Executable file
|
@ -0,0 +1,3 @@
|
|||
#!/bin/sh
|
||||
mkdir config
|
||||
autoreconf --install -W all -I config
|
Loading…
Reference in a new issue