summaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
authorBrian Behlendorf <[email protected]>2008-12-05 09:46:11 -0800
committerBrian Behlendorf <[email protected]>2008-12-05 09:46:11 -0800
commit9baaa468acda39ad4de75f6d68a0e9c41860489b (patch)
tree73fdb020410e68aaba5ebfd4870abe9fa8c8ee62 /autogen.sh
parent9364d361b85396e24e06297ec24bce2dfb99d2c3 (diff)
Refresh zfs-branch
Diffstat (limited to 'autogen.sh')
-rw-r--r--autogen.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh
new file mode 100644
index 000000000..72bba5b03
--- /dev/null
+++ b/autogen.sh
@@ -0,0 +1,8 @@
+#!/bin/sh
+
+aclocal -I config &&
+libtoolize --automake --copy
+autoheader &&
+automake --add-missing --include-deps 2>/dev/null
+autoconf
+rm -rf autom4te.cache aclocal.m4