summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorCharlie Brej <cbrej@cs.man.ac.uk>2010-07-05 15:26:18 +0100
committerCharlie Brej <cbrej@cs.man.ac.uk>2010-07-05 15:26:18 +0100
commitcb437d6339d343cab512685d04656b583d64f148 (patch)
tree9921a9d0357999a008bad498f030a60f7f5b8d74 /autogen.sh
Initial skeleton
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh
new file mode 100755
index 0000000..00143b7
--- /dev/null
+++ b/autogen.sh
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+(cd $(dirname $0);
+ autoreconf --install --symlink &&
+ ./configure $@)