diff options
-rwxr-xr-x | cpp/bootstrap | 8 |
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 + |