9
0
Fork 0

Added bootstrap script

This commit is contained in:
jjako 2003-07-06 21:27:33 +00:00
parent e607f74bd5
commit a7e1397324
1 changed files with 9 additions and 0 deletions

9
bootstrap Executable file
View File

@ -0,0 +1,9 @@
#! /bin/sh
aclocal
autoheader
touch config.h.in
automake
autoconf
./configure
make clean