summaryrefslogtreecommitdiff
path: root/cpp/bootstrap
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/bootstrap')
-rwxr-xr-xcpp/bootstrap3
1 files changed, 2 insertions, 1 deletions
diff --git a/cpp/bootstrap b/cpp/bootstrap
index 0b55394e6c..ded5b38481 100755
--- a/cpp/bootstrap
+++ b/cpp/bootstrap
@@ -31,7 +31,8 @@ automake
autoconf
if [ "$1" = "-build" ] ; then
- ./configure
+ shift
+ ./configure "$@"
make
make check
fi