add bootstrap for make it easier to use autotools.

This commit is contained in:
SANO Masatoshi 2014-10-07 00:54:27 +09:00
parent c0c0f5a4cf
commit b98b9579f5

5
bootstrap Executable file
View file

@ -0,0 +1,5 @@
#!/bin/sh
aclocal
autoheader
automake -a
autoconf