aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom White <weiss@jade.(none)>2008-09-22 14:25:05 +0100
committerTom White <weiss@jade.(none)>2008-09-23 16:59:38 +0100
commite2b3da0fdbccdab3a311962b83cea7906714f1bd (patch)
treecf15ba8b9f116acd727b262d42a89abf12ee8df9
parent8eec96ac916dcc81ac7a161c809e852e6915b32e (diff)
Add autogen.sh
-rwxr-xr-xautogen.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh
new file mode 100755
index 0000000..bf85949
--- /dev/null
+++ b/autogen.sh
@@ -0,0 +1,8 @@
+#!/bin/sh
+
+aclocal
+autoconf
+#libtoolize
+autoheader
+automake -a
+