You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ac...@apache.org on 2007/01/04 15:47:51 UTC

svn commit: r492585 - /incubator/qpid/trunk/qpid/cpp/bootstrap

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