From 53d762b4d9fb510471cd95911c182659b3f7418d Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Thu, 4 Jan 2007 14:47:50 +0000 Subject: 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 --- cpp/bootstrap | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'cpp/bootstrap') 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 -- cgit v1.2.1