From 1a31ec7de3a63e8dc16d08da8c815aa916444ac2 Mon Sep 17 00:00:00 2001 From: Brian McGillion Date: Thu, 10 Nov 2011 20:22:03 +0200 Subject: [PATCH] Bootstrap with autogen --- autogen.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 autogen.sh diff --git a/autogen.sh b/autogen.sh new file mode 100755 index 0000000..f8cd5e8 --- /dev/null +++ b/autogen.sh @@ -0,0 +1,4 @@ +#!/bin/sh -e + +autoreconf --install --symlink +./configure --prefix="/usr" -- 2.7.4