summaryrefslogtreecommitdiff
path: root/qpid/cpp/bootstrap
diff options
context:
space:
mode:
Diffstat (limited to 'qpid/cpp/bootstrap')
-rwxr-xr-xqpid/cpp/bootstrap5
1 files changed, 5 insertions, 0 deletions
diff --git a/qpid/cpp/bootstrap b/qpid/cpp/bootstrap
index e52b403700..7885c8b009 100755
--- a/qpid/cpp/bootstrap
+++ b/qpid/cpp/bootstrap
@@ -29,3 +29,8 @@ fi
automake
autoconf
+
+if [ "$1" = "-build" ] ; then
+ ./configure
+ make
+fi