Author: aconway
Date: Thu Jan  4 06:47:50 2007
New Revision: 492585

URL: http://svn.apache.org/viewvc?view=rev&rev=492585
Log:
Added -build flag: a new working copy can be built with just "bootstrap -build"

Modified:
    incubator/qpid/trunk/qpid/cpp/bootstrap

Modified: incubator/qpid/trunk/qpid/cpp/bootstrap
URL: 
http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/cpp/bootstrap?view=diff&rev=492585&r1=492584&r2=492585
==============================================================================
--- incubator/qpid/trunk/qpid/cpp/bootstrap (original)
+++ incubator/qpid/trunk/qpid/cpp/bootstrap Thu Jan  4 06:47:50 2007
@@ -29,3 +29,8 @@
 
 automake
 autoconf
+
+if [ "$1" = "-build" ] ; then
+    ./configure
+    make
+fi


Reply via email to