Return-Path: Delivered-To: apmail-activemq-commits-archive@www.apache.org Received: (qmail 27118 invoked from network); 5 Nov 2007 19:03:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 5 Nov 2007 19:03:24 -0000 Received: (qmail 49060 invoked by uid 500); 5 Nov 2007 19:03:12 -0000 Delivered-To: apmail-activemq-commits-archive@activemq.apache.org Received: (qmail 49003 invoked by uid 500); 5 Nov 2007 19:03:12 -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 48994 invoked by uid 99); 5 Nov 2007 19:03:12 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Nov 2007 11:03:12 -0800 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Nov 2007 19:03:42 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 4064E1A9832; Mon, 5 Nov 2007 11:02:52 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r592119 - in /activemq/activemq-cpp/decaf/trunk: configure.ac decaf-config.in m4/apr_tools.m4 m4/decaf_tools.m4 src/examples/Makefile.am src/main/Makefile.am Date: Mon, 05 Nov 2007 19:02:50 -0000 To: commits@activemq.apache.org From: tabish@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20071105190252.4064E1A9832@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: tabish Date: Mon Nov 5 11:02:49 2007 New Revision: 592119 URL: http://svn.apache.org/viewvc?rev=592119&view=rev Log: http://issues.apache.org/activemq/browse/AMQCPP-103 Modified: activemq/activemq-cpp/decaf/trunk/configure.ac activemq/activemq-cpp/decaf/trunk/decaf-config.in activemq/activemq-cpp/decaf/trunk/m4/apr_tools.m4 activemq/activemq-cpp/decaf/trunk/m4/decaf_tools.m4 activemq/activemq-cpp/decaf/trunk/src/examples/Makefile.am activemq/activemq-cpp/decaf/trunk/src/main/Makefile.am Modified: activemq/activemq-cpp/decaf/trunk/configure.ac URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/decaf/trunk/configure.ac?rev=592119&r1=592118&r2=592119&view=diff ============================================================================== --- activemq/activemq-cpp/decaf/trunk/configure.ac (original) +++ activemq/activemq-cpp/decaf/trunk/configure.ac Mon Nov 5 11:02:49 2007 @@ -127,16 +127,16 @@ esac ## Flags for building the decaf cpp library +DECAF_CXXFLAGS="$PLAT_CXXFLAGS $APR_CPPFLAGS $APR_INCLUDES $APU_INCLUDES -W -Wall -fPIC -fstrict-aliasing -Wstrict-aliasing=2 -Wno-long-long" +DECAF_LIBS="$PLAT_LIBS $APR_LIBS $APR_LDFLAGS $APU_LIBS $APU_LDFLAGS" AC_SUBST([DECAF_CXXFLAGS]) AC_SUBST([DECAF_LIBS]) -DECAF_CXXFLAGS="$PLAT_CXXFLAGS -W -Wall -fPIC -fstrict-aliasing -Wstrict-aliasing=2 -Wno-long-long" -DECAF_LIBS="$PLAT_LIBS" ## Flags for building the test applications. +DECAF_TEST_CXXFLAGS="$DECAF_CXXFLAGS $APR_CPPFLAGS $APR_INCLUDES $APU_INCLUDES -Wno-non-virtual-dtor -Wno-unused-parameter -Wno-uninitialized" +DECAF_TEST_LIBS="../main/libdecaf.la" AC_SUBST([DECAF_TEST_CXXFLAGS]) AC_SUBST([DECAF_TEST_LIBS]) -DECAF_TEST_CXXFLAGS="$DECAF_CXXFLAGS -Wno-non-virtual-dtor -Wno-unused-parameter -Wno-uninitialized" -DECAF_TEST_LIBS="../main/libdecaf.la" # Check to see if the compiler supports the visibility flags. # If so, define HAVE_VISIBILITY_OPTIONS Modified: activemq/activemq-cpp/decaf/trunk/decaf-config.in URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/decaf/trunk/decaf-config.in?rev=592119&r1=592118&r2=592119&view=diff ============================================================================== --- activemq/activemq-cpp/decaf/trunk/decaf-config.in (original) +++ activemq/activemq-cpp/decaf/trunk/decaf-config.in Mon Nov 5 11:02:49 2007 @@ -22,6 +22,13 @@ exec_prefix_set=no includedir=@includedir@ +CPPFLAGS="@CPPFLAGS@" +APR_CPPFLAGS="@APR_CPPFLAGS@" + +APR_LIBS="@APR_LIBS@" +APU_LIBS="@APU_LIBS@" +DECAF_LIBS="@DECAF_LIBS@" + usage() { cat <