aboutsummaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2009-10-12 18:58:19 +0200
committerThomas White <taw@bitwiz.org.uk>2009-10-12 18:58:19 +0200
commitc49cd245a3040617ca75020ebd10a9ea3de420a2 (patch)
treedd58b1b0f1887916f3610a42ec2fb80fd9b29753 /autogen.sh
parentb86edb609f916af353666b6783ca398e39d1cdf1 (diff)
Add autogen.sh
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh
new file mode 100755
index 00000000..4960d718
--- /dev/null
+++ b/autogen.sh
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+aclocal
+autoconf
+autoheader
+automake -a