diff options
Diffstat (limited to 'cpp/bootstrap')
| -rwxr-xr-x | cpp/bootstrap | 3 |
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 |
