Author: samisa
Date: Tue Jun 12 00:53:54 2007
New Revision: 546408

URL: http://svn.apache.org/viewvc?view=rev&rev=546408
Log:
Fixed more build syetem problems related to rpl_malloc and rpl_realloc

Modified:
    webservices/axis2/trunk/c/axiom/configure.ac
    webservices/axis2/trunk/c/axis2c_build.sh
    webservices/axis2/trunk/c/configure.ac
    webservices/axis2/trunk/c/guththila/configure.ac
    webservices/axis2/trunk/c/neethi/configure.ac
    webservices/axis2/trunk/c/samples/configure.ac
    webservices/axis2/trunk/c/util/configure.ac

Modified: webservices/axis2/trunk/c/axiom/configure.ac
URL: 
http://svn.apache.org/viewvc/webservices/axis2/trunk/c/axiom/configure.ac?view=diff&rev=546408&r1=546407&r2=546408
==============================================================================
--- webservices/axis2/trunk/c/axiom/configure.ac (original)
+++ webservices/axis2/trunk/c/axiom/configure.ac Tue Jun 12 00:53:54 2007
@@ -75,8 +75,8 @@
 dnl AC_C_CONST
 
 dnl Checks for library functions.
-AC_FUNC_MALLOC
-AC_FUNC_REALLOC
+dnl AC_FUNC_MALLOC
+dnl AC_FUNC_REALLOC
 #AC_CHECK_FUNCS([memmove])
 
 AC_MSG_CHECKING(whether to build libxml2 xml parser library)

Modified: webservices/axis2/trunk/c/axis2c_build.sh
URL: 
http://svn.apache.org/viewvc/webservices/axis2/trunk/c/axis2c_build.sh?view=diff&rev=546408&r1=546407&r2=546408
==============================================================================
--- webservices/axis2/trunk/c/axis2c_build.sh (original)
+++ webservices/axis2/trunk/c/axis2c_build.sh Tue Jun 12 00:53:54 2007
@@ -17,7 +17,7 @@
 make 
 make install
 
-cd ../samples
+cd samples
 ./configure --prefix=${AXIS2C_DEPLOY} 
--with-axis2==${AXIS2C_DEPLOY}/include/axis2-1.1
 make 
 make install

Modified: webservices/axis2/trunk/c/configure.ac
URL: 
http://svn.apache.org/viewvc/webservices/axis2/trunk/c/configure.ac?view=diff&rev=546408&r1=546407&r2=546408
==============================================================================
--- webservices/axis2/trunk/c/configure.ac (original)
+++ webservices/axis2/trunk/c/configure.ac Tue Jun 12 00:53:54 2007
@@ -103,8 +103,8 @@
 dnl AC_C_CONST
 
 dnl Checks for library functions.
-AC_FUNC_MALLOC
-AC_FUNC_REALLOC
+dnl AC_FUNC_MALLOC
+dnl AC_FUNC_REALLOC
 #AC_CHECK_FUNCS([memmove])
 
 AC_MSG_CHECKING(whether to build libxml2 xml parser library)

Modified: webservices/axis2/trunk/c/guththila/configure.ac
URL: 
http://svn.apache.org/viewvc/webservices/axis2/trunk/c/guththila/configure.ac?view=diff&rev=546408&r1=546407&r2=546408
==============================================================================
--- webservices/axis2/trunk/c/guththila/configure.ac (original)
+++ webservices/axis2/trunk/c/guththila/configure.ac Tue Jun 12 00:53:54 2007
@@ -63,8 +63,8 @@
 AC_C_CONST
 
 dnl Checks for library functions.
-AC_FUNC_MALLOC
-AC_FUNC_REALLOC
+dnl AC_FUNC_MALLOC
+dnl AC_FUNC_REALLOC
 #AC_CHECK_FUNCS([memmove])
 
 

Modified: webservices/axis2/trunk/c/neethi/configure.ac
URL: 
http://svn.apache.org/viewvc/webservices/axis2/trunk/c/neethi/configure.ac?view=diff&rev=546408&r1=546407&r2=546408
==============================================================================
--- webservices/axis2/trunk/c/neethi/configure.ac (original)
+++ webservices/axis2/trunk/c/neethi/configure.ac Tue Jun 12 00:53:54 2007
@@ -53,8 +53,8 @@
 dnl AC_C_CONST
 
 dnl Checks for library functions.
-AC_FUNC_MALLOC
-AC_FUNC_REALLOC
+dnl AC_FUNC_MALLOC
+dnl AC_FUNC_REALLOC
 #AC_CHECK_FUNCS([memmove])
 
 VERSION_NO="1:0:1"

Modified: webservices/axis2/trunk/c/samples/configure.ac
URL: 
http://svn.apache.org/viewvc/webservices/axis2/trunk/c/samples/configure.ac?view=diff&rev=546408&r1=546407&r2=546408
==============================================================================
--- webservices/axis2/trunk/c/samples/configure.ac (original)
+++ webservices/axis2/trunk/c/samples/configure.ac Tue Jun 12 00:53:54 2007
@@ -58,8 +58,8 @@
 AC_C_CONST
 
 dnl Checks for library functions.
-AC_FUNC_MALLOC
-AC_FUNC_REALLOC
+dnl AC_FUNC_MALLOC
+dnl AC_FUNC_REALLOC
 
 PKG_CHECK_MODULES(LIBXML2, libxml-2.0)
 CFLAGS="$CFLAGS $LIBXML2_CFLAGS $GUTHTHILA_CFLAGS"

Modified: webservices/axis2/trunk/c/util/configure.ac
URL: 
http://svn.apache.org/viewvc/webservices/axis2/trunk/c/util/configure.ac?view=diff&rev=546408&r1=546407&r2=546408
==============================================================================
--- webservices/axis2/trunk/c/util/configure.ac (original)
+++ webservices/axis2/trunk/c/util/configure.ac Tue Jun 12 00:53:54 2007
@@ -96,8 +96,8 @@
 ])
 
 dnl Checks for library functions.
-AC_FUNC_MALLOC
-AC_FUNC_REALLOC
+dnl AC_FUNC_MALLOC
+dnl AC_FUNC_REALLOC
 #AC_CHECK_FUNCS([memmove])
 
 # System-dependent adjustments.



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to