Return-Path: Delivered-To: apmail-ws-axis-c-dev-archive@www.apache.org Received: (qmail 99785 invoked from network); 7 Dec 2005 06:44:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 7 Dec 2005 06:44:36 -0000 Received: (qmail 33524 invoked by uid 500); 7 Dec 2005 06:44:36 -0000 Delivered-To: apmail-ws-axis-c-dev-archive@ws.apache.org Received: (qmail 33507 invoked by uid 500); 7 Dec 2005 06:44:36 -0000 Mailing-List: contact axis-c-dev-help@ws.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: "Apache AXIS C Developers List" Reply-To: "Apache AXIS C Developers List" Delivered-To: mailing list axis-c-dev@ws.apache.org Received: (qmail 33480 invoked by uid 99); 7 Dec 2005 06:44:36 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Dec 2005 22:44:36 -0800 X-ASF-Spam-Status: No, hits=0.3 required=10.0 tests=MAILTO_TO_SPAM_ADDR,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of damitha23@gmail.com designates 64.233.162.194 as permitted sender) Received: from [64.233.162.194] (HELO zproxy.gmail.com) (64.233.162.194) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Dec 2005 22:44:35 -0800 Received: by zproxy.gmail.com with SMTP id 18so274994nzp for ; Tue, 06 Dec 2005 22:44:14 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:user-agent:x-accept-language:mime-version:to:subject:references:in-reply-to:content-type:content-transfer-encoding; b=fwSwOFdnLv0PHyChYeWfg3JdjN021uILUj4g3G4It3YpLNoyGYN4e8alAs37pJDmLb9p8fVrnP36rTSXY8FmapdzARga0k6FS2T1MIYyk2n00KcjYEaF0xfJj6hCOijMlo08O7K32Y+mbDkJ/W8APhBUvxeLuEEfOvCbWfkzpwQ= Received: by 10.36.34.8 with SMTP id h8mr1200134nzh; Tue, 06 Dec 2005 22:44:14 -0800 (PST) Received: from ?192.168.1.180? ( [222.165.168.54]) by mx.gmail.com with ESMTP id m2sm554816nzf.2005.12.06.22.44.13; Tue, 06 Dec 2005 22:44:14 -0800 (PST) Message-ID: <439684B0.80603@gmail.com> Date: Wed, 07 Dec 2005 12:44:00 +0600 From: Damitha Kumarage User-Agent: Mozilla Thunderbird 1.0.2-6 (X11/20050513) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Apache AXIS C Developers List Subject: Re: [Axis2] [Patch] Cleaning up Makefile.am files References: <8789b5f40512061012r45434ec1p54fba60e73fbae13@mail.gmail.com> <43967E8D.9040004@gmail.com> <8789b5f40512062229i74bedde9me013ada463400312@mail.gmail.com> In-Reply-To: <8789b5f40512062229i74bedde9me013ada463400312@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Anuradha Ratnaweera wrote: >On 12/7/05, Damitha Kumarage wrote: > > >>How about linking axis2c libraries when building tests. Currently axis2c >>libraries are linked >>with -L.. -l flags in Makefile.am's in tests. How can we do that in a >>platform indept way >>using AC_CHECK_LIB or whatever. I suppose we can use AC_CHECK_LIB inside >>Makefile.am's >> >> > >AC_* are autoconf macros, so we can't use them inside Makefile.am. >Once we get the _external_ library linking (e.g.: cutest) cleaned up, >I'll look into it. > > yes please >One more question? Is libxml2 the same as _the_ libxml2 or is it a >different one. > yes libxml2 is _the_ libxml2. I think we need to check libxml2 existance if user select --enable-libxml2=yes (see my today's change to configure.ac) > If it's the same, it makes a lot of sense to keep it >seperate from the rest of the tree. But again, that can be done once >we get the immediate cleaning up. > >Right now, what I am trying to do is to get "make dist" working >properly, so that the created tarball is independent of >automake/autoconf, and then a user should be able to just run >./configure && make && make install. > > Anuradha >-- >http://anuradha-ratnaweera.blogspot.com >http://www.linux.lk/~anuradha/ > > >