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 | 53d762b4d9fb510471cd95911c182659b3f7418d (patch) | |
tree | 8a9bfed769f46c4e0c6552a63ce74773c468be12 | |
parent | 9330086f7b8a88f0cb405f5716b56b9d6bd9d474 (diff) | |
download | qpid-python-53d762b4d9fb510471cd95911c182659b3f7418d.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/qpid@492585 13f79535-47bb-0310-9956-ffa450edef68
-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 |