aboutsummaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorThomas White <taw27@cam.ac.uk>2008-10-14 23:20:29 +0100
committerThomas White <taw27@cam.ac.uk>2008-10-14 23:20:29 +0100
commitec010b19cac1d5aea5393a687a91431f2e541101 (patch)
tree4aa0b19fa763dd0dd0f425a90d1c2ecb99140fe9 /autogen.sh
Initial importopenmoocow-0.1
Diffstat (limited to '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
+