summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xcpp/bootstrap8
1 files changed, 8 insertions, 0 deletions
diff --git a/cpp/bootstrap b/cpp/bootstrap
new file mode 100755
index 0000000000..253eff6a16
--- /dev/null
+++ b/cpp/bootstrap
@@ -0,0 +1,8 @@
+#!/bin/sh
+aclocal -I m4
+autoheader
+libtoolize --automake
+automake
+autoconf
+./configure --enable-warnings --prefix=/tmp/qpid-inst CXXFLAGS=-g
+