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 na...@apache.org on 2006/07/08 11:35:49 UTC

svn commit: r420092 - in /webservices/axis2/trunk/c: build.sh include/axis2_conf_init.h modules/core/deployment/axis2_conf_init.h

Author: nabeel
Date: Sat Jul  8 02:35:48 2006
New Revision: 420092

URL: http://svn.apache.org/viewvc?rev=420092&view=rev
Log:
- Moved axis2_conf_init.h to include

Added:
    webservices/axis2/trunk/c/include/axis2_conf_init.h
      - copied unchanged from r420091, webservices/axis2/trunk/c/modules/core/deployment/axis2_conf_init.h
Removed:
    webservices/axis2/trunk/c/modules/core/deployment/axis2_conf_init.h
Modified:
    webservices/axis2/trunk/c/build.sh

Modified: webservices/axis2/trunk/c/build.sh
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/build.sh?rev=420092&r1=420091&r2=420092&view=diff
==============================================================================
--- webservices/axis2/trunk/c/build.sh (original)
+++ webservices/axis2/trunk/c/build.sh Sat Jul  8 02:35:48 2006
@@ -4,7 +4,7 @@
 AXIS2C=`pwd`
 export AXIS2C_HOME AXIS2C
 
-./configure --prefix=${AXIS2C_HOME} --enable-tests=yes --enable-trace=yes  --with-apache2=/usr/include/apache2 --with-apr=/usr/include/apr-0 --enable-diclient=no --enable-static=no --enable-openssl=no --with-axis2_util=${AXIS2C}/util/include --with-axiom=${AXIS2C}/axiom/include 
+./configure --prefix=${AXIS2C_HOME} --enable-tests=yes --enable-trace=yes  --enable-diclient=no --enable-static=no --enable-openssl=no --with-axis2_util=${AXIS2C}/util/include --with-axiom=${AXIS2C}/axiom/include 
 
 make 
 make install



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