Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 28895 invoked from network); 16 Aug 2004 08:38:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 16 Aug 2004 08:38:13 -0000 Received: (qmail 94511 invoked by uid 500); 16 Aug 2004 08:38:10 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 94473 invoked by uid 500); 16 Aug 2004 08:38:09 -0000 Mailing-List: contact axis-cvs-help@ws.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Delivered-To: mailing list axis-cvs@ws.apache.org Received: (qmail 94456 invoked by uid 99); 16 Aug 2004 08:38:09 -0000 X-ASF-Spam-Status: No, hits=-2.8 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.27.1) with SMTP; Mon, 16 Aug 2004 01:38:09 -0700 Received: (qmail 28708 invoked by uid 1686); 16 Aug 2004 08:37:59 -0000 Date: 16 Aug 2004 08:37:59 -0000 Message-ID: <20040816083759.28707.qmail@minotaur.apache.org> From: roshan@apache.org To: ws-axis-cvs@apache.org Subject: cvs commit: ws-axis/c build.sh_sample X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N roshan 2004/08/16 01:37:59 Modified: c build.sh_sample Log: Revision Changes Path 1.3 +2 -2 ws-axis/c/build.sh_sample Index: build.sh_sample =================================================================== RCS file: /home/cvs/ws-axis/c/build.sh_sample,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- build.sh_sample 16 Aug 2004 06:31:00 -0000 1.2 +++ build.sh_sample 16 Aug 2004 08:37:59 -0000 1.3 @@ -3,11 +3,11 @@ echo "----------------------------------" echo "build server, client and samples" echo "----------------------------------" -#sh autogen.sh +sh autogen.sh echo "run configure" ./configure --prefix=/usr/local/axiscpp_deploy \ --with-apache2=/usr/local/apache2 \ - --with-expat=/usr/local/expat1957 + --with-expat=/usr/local/Expat echo "make" make 2> build_errors echo "make install"