Add build system
[zfs.git] / autogen.sh
diff --git a/autogen.sh b/autogen.sh
new file mode 100644 (file)
index 0000000..728000a
--- /dev/null
@@ -0,0 +1,8 @@
+#!/bin/sh
+
+aclocal -I config &&
+libtoolize --automake --copy
+autoheader &&
+automake --add-missing --include-deps --copy
+autoconf
+rm -rf autom4te.cache aclocal.m4