diff options
| author | Alan Conway <aconway@apache.org> | 2007-01-04 14:47:50 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2007-01-04 14:47:50 +0000 |
| commit | 329712423d1110ec468e2d6c2577dc70feb484dc (patch) | |
| tree | 1ec42d071ceaa834bb6b06f8eec200960f13675c /qpid/cpp/bootstrap | |
| parent | 4786e3c4f16f17cc8b0ab718d67b70c567fa9ea7 (diff) | |
| download | qpid-python-329712423d1110ec468e2d6c2577dc70feb484dc.tar.gz | |
Added -build flag: a new working copy can be built with just "bootstrap -build"
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@492585 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/bootstrap')
| -rwxr-xr-x | qpid/cpp/bootstrap | 5 |
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 |
