convert to autotools
[urcu.git] / bootstrap
diff --git a/bootstrap b/bootstrap
new file mode 100644 (file)
index 0000000..c507425
--- /dev/null
+++ b/bootstrap
@@ -0,0 +1,12 @@
+#! /bin/sh
+
+set -x
+if [ ! -e config ]; then
+       mkdir config
+fi
+aclocal
+libtoolize --force --copy
+autoheader
+automake --add-missing --copy
+autoconf
+
This page took 0.022023 seconds and 4 git commands to generate.