Added bootstrap.sh script to set up the source files.
1 files changed, 8 insertions(+), 0 deletions(-) A bootstrap.sh
A bootstrap.sh => bootstrap.sh +8 -0
@@ 0,0 1,8 @@ +#!/bin/sh + +autoconf +autoheader +aclocal +libtoolize +automake --add-missing +autoconf