You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by sa...@apache.org on 2005/12/06 07:23:13 UTC

svn commit: r354334 - in /webservices/axis2/trunk/c: bindings/php/axis2/config.m4 build.sh

Author: samisa
Date: Mon Dec  5 22:23:03 2005
New Revision: 354334

URL: http://svn.apache.org/viewcvs?rev=354334&view=rev
Log:
removed util lid and included automake

Modified:
    webservices/axis2/trunk/c/bindings/php/axis2/config.m4
    webservices/axis2/trunk/c/build.sh

Modified: webservices/axis2/trunk/c/bindings/php/axis2/config.m4
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/bindings/php/axis2/config.m4?rev=354334&r1=354333&r2=354334&view=diff
==============================================================================
--- webservices/axis2/trunk/c/bindings/php/axis2/config.m4 (original)
+++ webservices/axis2/trunk/c/bindings/php/axis2/config.m4 Mon Dec  5 22:23:03 2005
@@ -18,7 +18,6 @@
 
   dnl # --with-axis2 -> check for lib and symbol presence
 
-  PHP_ADD_LIBRARY_WITH_PATH(axis2_util, $AXIS2C_HOME/install/lib, AXIS2_SHARED_LIBADD)
   PHP_ADD_LIBRARY_WITH_PATH(axis2_libxml2, $AXIS2C_HOME/install/lib, AXIS2_SHARED_LIBADD)
   PHP_ADD_LIBRARY_WITH_PATH(axis2_om, $AXIS2C_HOME/install/lib, AXIS2_SHARED_LIBADD)
 

Modified: webservices/axis2/trunk/c/build.sh
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/build.sh?rev=354334&r1=354333&r2=354334&view=diff
==============================================================================
--- webservices/axis2/trunk/c/build.sh (original)
+++ webservices/axis2/trunk/c/build.sh Mon Dec  5 22:23:03 2005
@@ -1,4 +1,5 @@
 #!/bin/bash
+./autogen.sh
 AXIS2C_HOME=`pwd`
 ./configure --prefix=${AXIS2C_HOME}/install --with-pull-parser=libxml2
 make