Return-Path: Delivered-To: apmail-activemq-commits-archive@www.apache.org Received: (qmail 45519 invoked from network); 5 Jun 2009 22:11:40 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 5 Jun 2009 22:11:40 -0000 Received: (qmail 18953 invoked by uid 500); 5 Jun 2009 22:11:24 -0000 Delivered-To: apmail-activemq-commits-archive@activemq.apache.org Received: (qmail 18682 invoked by uid 500); 5 Jun 2009 22:11:24 -0000 Mailing-List: contact commits-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list commits@activemq.apache.org Received: (qmail 18585 invoked by uid 99); 5 Jun 2009 22:08:13 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Jun 2009 22:08:13 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Jun 2009 22:08:05 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 6A7542388857; Fri, 5 Jun 2009 22:07:45 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r782152 - /activemq/activemq-cpp/trunk/activemq-cpp/build.sh Date: Fri, 05 Jun 2009 22:07:45 -0000 To: commits@activemq.apache.org From: tabish@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090605220745.6A7542388857@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: tabish Date: Fri Jun 5 22:07:44 2009 New Revision: 782152 URL: http://svn.apache.org/viewvc?rev=782152&view=rev Log: Remove some debug code and make error messages more descriptive. Modified: activemq/activemq-cpp/trunk/activemq-cpp/build.sh Modified: activemq/activemq-cpp/trunk/activemq-cpp/build.sh URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/activemq-cpp/build.sh?rev=782152&r1=782151&r2=782152&view=diff ============================================================================== --- activemq/activemq-cpp/trunk/activemq-cpp/build.sh (original) +++ activemq/activemq-cpp/trunk/activemq-cpp/build.sh Fri Jun 5 22:07:44 2009 @@ -63,7 +63,7 @@ AMQCPP_DISABLE_STATIC=false; fi -# ./autogen.sh + ./autogen.sh local args @@ -96,7 +96,7 @@ fi if $AMQCPP_DISABLE_SHARED && $AMQCPP_DISABLE_STATIC ; then - echo "AMQCPP_DISABLE_SHARED and $AMQCPP_DISABLE_STATIC can't both be set to true." + echo "ERROR: AMQCPP_DISABLE_SHARED and AMQCPP_DISABLE_STATIC can't both be set to true." exit 1 fi @@ -109,7 +109,6 @@ fi pushd $AMQCPP_BUILD_DIR - echo "../configure $args" ../configure $args popd exit