summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorRussell King <rmk@arm.linux.org.uk>2012-10-20 18:20:44 +0100
committerRussell King <rmk@arm.linux.org.uk>2012-10-23 11:16:11 +0100
commit5b3b1632a63515d6a966fc9344bf628e103dff47 (patch)
tree19c0e6f9ba9ffa917ed7f6d1f46e1b8b2546e228 /autogen.sh
parentb069a87d9bd8d2e4ebf52270c5d0519032fcc2fc (diff)
Convert to autotools
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..601ef8b
--- /dev/null
+++ b/autogen.sh
@@ -0,0 +1,5 @@
+#!/bin/sh
+aclocal
+libtoolize
+automake --add-missing
+autoconf