summaryrefslogtreecommitdiffstats
path: root/bootstrap
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap10
1 files changed, 10 insertions, 0 deletions
diff --git a/bootstrap b/bootstrap
new file mode 100755
index 000000000..f94f12a33
--- /dev/null
+++ b/bootstrap
@@ -0,0 +1,10 @@
+#
+# Copyright 2010 Ettus Research LLC
+#
+
+rm -rf *.cache
+
+aclocal -I config
+autoconf
+libtoolize --automake
+automake --add-missing --gnu --warnings=all