You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by da...@apache.org on 2006/05/18 13:05:37 UTC

svn commit: r407520 - /webservices/axis2/trunk/c/util/build.sh

Author: damitha
Date: Thu May 18 04:05:37 2006
New Revision: 407520

URL: http://svn.apache.org/viewvc?rev=407520&view=rev
Log:
added build.sh to util

Added:
    webservices/axis2/trunk/c/util/build.sh   (with props)

Added: webservices/axis2/trunk/c/util/build.sh
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/util/build.sh?rev=407520&view=auto
==============================================================================
--- webservices/axis2/trunk/c/util/build.sh (added)
+++ webservices/axis2/trunk/c/util/build.sh Thu May 18 04:05:37 2006
@@ -0,0 +1,5 @@
+#!/bin/bash
+./autogen.sh
+./configure --prefix=${AXIS2C_HOME} --enable-static=no
+make
+make install

Propchange: webservices/axis2/trunk/c/util/build.sh
------------------------------------------------------------------------------
    svn:executable = *