Return-Path: Delivered-To: apmail-ws-axis-c-dev-archive@www.apache.org Received: (qmail 58963 invoked from network); 6 Dec 2005 04:04:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 6 Dec 2005 04:04:35 -0000 Received: (qmail 52814 invoked by uid 500); 6 Dec 2005 04:04:32 -0000 Delivered-To: apmail-ws-axis-c-dev-archive@ws.apache.org Received: (qmail 52686 invoked by uid 500); 6 Dec 2005 04:04:31 -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 52544 invoked by uid 99); 6 Dec 2005 04:04:31 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Dec 2005 20:04:31 -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 gnu.slash.linux@gmail.com designates 64.233.162.206 as permitted sender) Received: from [64.233.162.206] (HELO zproxy.gmail.com) (64.233.162.206) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Dec 2005 20:04:29 -0800 Received: by zproxy.gmail.com with SMTP id f1so1322217nzc for ; Mon, 05 Dec 2005 20:04:09 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=C8J6wjCnxZd3dAxMFGe/oBK9i5fkbKrqYwQVLo6W0k+7qvsNqG/fWjkmIX/9Krhn0L8dl3mgqeDHwppGgfyjvBx2CLRYZ/UBZ5e2ByiO38JDa6no3rDhppHGYaJBfuqJ8p0Lr1U0zLbu3MT76K8+7mxKKRabAfLR6NuJISYtc7M= Received: by 10.36.66.9 with SMTP id o9mr20331nza; Mon, 05 Dec 2005 20:04:09 -0800 (PST) Received: by 10.36.71.18 with HTTP; Mon, 5 Dec 2005 20:04:09 -0800 (PST) Message-ID: <8789b5f40512052004w5f69cbbagfce7c61d20b6683@mail.gmail.com> Date: Tue, 6 Dec 2005 10:04:09 +0600 From: Anuradha Ratnaweera To: Apache AXIS C Developers List Subject: Re: [Axis2] File axis2_config.h In-Reply-To: <43950A95.7000600@gmail.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_640_26194153.1133841849103" References: <8789b5f40512050302v79c5ec73p4077f80cd61a8c05@mail.gmail.com> <43950A95.7000600@gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------=_Part_640_26194153.1133841849103 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On 12/6/05, Damitha Kumarage wrote: > > I created it in the hope that it will be used in future. If it is > standard practise to use config.h let's do so Attached is another [trivial] patch to fix this. The axis2_config.h.in file should go away, too. Anuradha -- http://anuradha-ratnaweera.blogspot.com http://www.linux.lk/~anuradha/ ------=_Part_640_26194153.1133841849103 Content-Type: text/x-patch; name=axis-c-config-h.patch; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="axis-c-config-h.patch" Index: c/configure.ac =================================================================== --- c/configure.ac (revision 354285) +++ c/configure.ac (working copy) @@ -6,7 +6,7 @@ AC_CONFIG_AUX_DIR(conftools) AC_CANONICAL_SYSTEM AM_INIT_AUTOMAKE -AC_CONFIG_HEADER(axis2_config.h) +AC_CONFIG_HEADER(config.h) AC_PROG_LIBTOOL # Checks for programs. AC_PROG_CXX ------=_Part_640_26194153.1133841849103--