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 pi...@apache.org on 2006/10/26 12:03:43 UTC

svn commit: r467944 - in /webservices/axis2/trunk/c: axiom/configure.ac configure.ac samples/client/echo/Makefile.am tools/codegen/configure.ac tools/tcpmon/configure.ac util/configure.ac woden/configure.ac xml_schema/configure.ac

Author: pini
Date: Thu Oct 26 03:03:40 2006
New Revision: 467944

URL: http://svn.apache.org/viewvc?view=rev&rev=467944
Log:
Stopped checking for cutest library during configure time.

Modified:
    webservices/axis2/trunk/c/axiom/configure.ac
    webservices/axis2/trunk/c/configure.ac
    webservices/axis2/trunk/c/samples/client/echo/Makefile.am
    webservices/axis2/trunk/c/tools/codegen/configure.ac
    webservices/axis2/trunk/c/tools/tcpmon/configure.ac
    webservices/axis2/trunk/c/util/configure.ac
    webservices/axis2/trunk/c/woden/configure.ac
    webservices/axis2/trunk/c/xml_schema/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=467944&r1=467943&r2=467944
==============================================================================
--- webservices/axis2/trunk/c/axiom/configure.ac (original)
+++ webservices/axis2/trunk/c/axiom/configure.ac Thu Oct 26 03:03:40 2006
@@ -103,7 +103,7 @@
   TESTDIR=""
 )
 
-AC_CHECK_LIB(cutest, CuTestInit, [], [TESTDIR=""])
+dnl AC_CHECK_LIB(cutest, CuTestInit, [], [TESTDIR=""])
 
 PKG_CHECK_MODULES(LIBXML2, libxml-2.0)
 CFLAGS="$CFLAGS $LIBXML2_CFLAGS $GUTHTHILA_CFLAGS"

Modified: webservices/axis2/trunk/c/configure.ac
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/configure.ac?view=diff&rev=467944&r1=467943&r2=467944
==============================================================================
--- webservices/axis2/trunk/c/configure.ac (original)
+++ webservices/axis2/trunk/c/configure.ac Thu Oct 26 03:03:40 2006
@@ -211,7 +211,7 @@
   TESTDIR=""
 )
 
-AC_CHECK_LIB(cutest, CuTestInit, [], [TESTDIR=""])
+dnl AC_CHECK_LIB(cutest, CuTestInit, [], [TESTDIR=""])
 
 AC_MSG_CHECKING(whether to enable trace)
 AC_ARG_ENABLE(trace, [  --enable-trace    enable trace. default=no],

Modified: webservices/axis2/trunk/c/samples/client/echo/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/samples/client/echo/Makefile.am?view=diff&rev=467944&r1=467943&r2=467944
==============================================================================
--- webservices/axis2/trunk/c/samples/client/echo/Makefile.am (original)
+++ webservices/axis2/trunk/c/samples/client/echo/Makefile.am Thu Oct 26 03:03:40 2006
@@ -5,7 +5,6 @@
 echo_SOURCES = echo.c
 
 echo_LDADD   = $(LDFLAGS) \
-                    -L$(AXIS2C_HOME)/lib \
 					-laxis2_util \
                     -laxis2_axiom \
                     -laxis2_wsdl \

Modified: webservices/axis2/trunk/c/tools/codegen/configure.ac
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/tools/codegen/configure.ac?view=diff&rev=467944&r1=467943&r2=467944
==============================================================================
--- webservices/axis2/trunk/c/tools/codegen/configure.ac (original)
+++ webservices/axis2/trunk/c/tools/codegen/configure.ac Thu Oct 26 03:03:40 2006
@@ -35,7 +35,7 @@
 dnl Checks for libraries
 AC_CHECK_LIB(dl, dlopen)
 AC_CHECK_LIB(z, inflate)
-AC_CHECK_LIB(cutest, CuTestInit)
+dnl AC_CHECK_LIB(cutest, CuTestInit)
 AC_CHECK_LIB(xslt, xsltApplyStylesheet)
 
 dnl Checks for library functions.

Modified: webservices/axis2/trunk/c/tools/tcpmon/configure.ac
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/tools/tcpmon/configure.ac?view=diff&rev=467944&r1=467943&r2=467944
==============================================================================
--- webservices/axis2/trunk/c/tools/tcpmon/configure.ac (original)
+++ webservices/axis2/trunk/c/tools/tcpmon/configure.ac Thu Oct 26 03:03:40 2006
@@ -38,7 +38,7 @@
 AC_CHECK_FUNCS([memmove])
 
 AC_CHECK_LIB(z, inflate)
-AC_CHECK_LIB(cutest, CuTestInit)
+dnl AC_CHECK_LIB(cutest, CuTestInit)
 
 AC_MSG_CHECKING(whether to build libxml2 xml parser library)
 AC_ARG_ENABLE(libxml2, [  --enable-libxml2    build libxml2 xml parser library wrapper. default=yes],

Modified: webservices/axis2/trunk/c/util/configure.ac
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/util/configure.ac?view=diff&rev=467944&r1=467943&r2=467944
==============================================================================
--- webservices/axis2/trunk/c/util/configure.ac (original)
+++ webservices/axis2/trunk/c/util/configure.ac Thu Oct 26 03:03:40 2006
@@ -109,7 +109,7 @@
   TESTDIR=""
 )
 
-AC_CHECK_LIB(cutest, CuTestInit, [], [TESTDIR=""])
+dnl AC_CHECK_LIB(cutest, CuTestInit, [], [TESTDIR=""])
 
 CFLAGS="$CFLAGS $GUTHTHILA_CFLAGS"
 

Modified: webservices/axis2/trunk/c/woden/configure.ac
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/configure.ac?view=diff&rev=467944&r1=467943&r2=467944
==============================================================================
--- webservices/axis2/trunk/c/woden/configure.ac (original)
+++ webservices/axis2/trunk/c/woden/configure.ac Thu Oct 26 03:03:40 2006
@@ -87,7 +87,7 @@
   TESTDIR=""
 )
 
-AC_CHECK_LIB(cutest, CuTestInit, [], [TESTDIR=""])
+dnl AC_CHECK_LIB(cutest, CuTestInit, [], [TESTDIR=""])
 
 AC_MSG_CHECKING(To Use Xml Schema. This is a compulsory module to build Woden C)
 AC_ARG_WITH(axis2_xml_schema,

Modified: webservices/axis2/trunk/c/xml_schema/configure.ac
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/xml_schema/configure.ac?view=diff&rev=467944&r1=467943&r2=467944
==============================================================================
--- webservices/axis2/trunk/c/xml_schema/configure.ac (original)
+++ webservices/axis2/trunk/c/xml_schema/configure.ac Thu Oct 26 03:03:40 2006
@@ -87,7 +87,7 @@
 	TESTDIR=""
 )
 
-AC_CHECK_LIB(cutest, CuTestInit, [], [TESTDIR=""])
+dnl AC_CHECK_LIB(cutest, CuTestInit, [], [TESTDIR=""])
 
 UTILINC=$axis2_utilinc
 AXIOMINC=$axiominc



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