You are viewing a plain text version of this content. The canonical link for it is here.
Posted to sandesha-dev@ws.apache.org by da...@apache.org on 2006/07/25 08:22:22 UTC

svn commit: r425303 - /webservices/sandesha/trunk/c/build.sh

Author: damitha
Date: Mon Jul 24 23:22:22 2006
New Revision: 425303

URL: http://svn.apache.org/viewvc?rev=425303&view=rev
Log:
updated the build script

Modified:
    webservices/sandesha/trunk/c/build.sh

Modified: webservices/sandesha/trunk/c/build.sh
URL: http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/build.sh?rev=425303&r1=425302&r2=425303&view=diff
==============================================================================
--- webservices/sandesha/trunk/c/build.sh (original)
+++ webservices/sandesha/trunk/c/build.sh Mon Jul 24 23:22:22 2006
@@ -1,5 +1,5 @@
 #!/bin/bash
 ./autogen.sh
-./configure --prefix=`pwd` --enable-static=no --with-axis2=${AXIS2C_HOME}/include
+./configure --prefix=${AXIS2C_HOME}/modules --enable-static=no --with-axis2=${AXIS2C_HOME}/include
 make
 make install



---------------------------------------------------------------------
To unsubscribe, e-mail: sandesha-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: sandesha-dev-help@ws.apache.org