From a7e1397324e7db4dd580488d526c43755f55dfb5 Mon Sep 17 00:00:00 2001 From: jjako Date: Sun, 6 Jul 2003 21:27:33 +0000 Subject: [PATCH] Added bootstrap script --- bootstrap | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 bootstrap diff --git a/bootstrap b/bootstrap new file mode 100755 index 0000000..bc73f99 --- /dev/null +++ b/bootstrap @@ -0,0 +1,9 @@ +#! /bin/sh + +aclocal +autoheader +touch config.h.in +automake +autoconf +./configure +make clean