From 1b2b21d1bb25897f5bd9214320ebce5c72c13c70 Mon Sep 17 00:00:00 2001 From: Isaac Connor Date: Sun, 8 Sep 2013 15:15:58 -0400 Subject: [PATCH] rough in a quick script to help people generate the build files --- bootstrap.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 bootstrap.sh diff --git a/bootstrap.sh b/bootstrap.sh new file mode 100755 index 000000000..681d5b319 --- /dev/null +++ b/bootstrap.sh @@ -0,0 +1,5 @@ +#!/bin/bash +aclocal +autoheader +automake --add-missing +autoconf