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