rough in a quick script to help people generate the build files
This commit is contained in:
parent
6c134f9b4b
commit
1b2b21d1bb
|
@ -0,0 +1,5 @@
|
||||||
|
#!/bin/bash
|
||||||
|
aclocal
|
||||||
|
autoheader
|
||||||
|
automake --add-missing
|
||||||
|
autoconf
|
Loading…
Reference in New Issue