rough in a quick script to help people generate the build files

This commit is contained in:
Isaac Connor 2013-09-08 15:15:58 -04:00
parent 6c134f9b4b
commit 1b2b21d1bb
1 changed files with 5 additions and 0 deletions

5
bootstrap.sh Executable file
View File

@ -0,0 +1,5 @@
#!/bin/bash
aclocal
autoheader
automake --add-missing
autoconf