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