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 sh...@apache.org on 2008/12/22 12:18:21 UTC

svn commit: r728648 - in /webservices/axis2/trunk/c: configure.ac neethi/autogen.sh samples/mtom_caching_callback/Makefile.am samples/mtom_sending_callback/Makefile.am util/configure.ac

Author: shankar
Date: Mon Dec 22 03:18:19 2008
New Revision: 728648

URL: http://svn.apache.org/viewvc?rev=728648&view=rev
Log:
Fix for issue AXIS2C-638

Modified:
    webservices/axis2/trunk/c/configure.ac
    webservices/axis2/trunk/c/neethi/autogen.sh
    webservices/axis2/trunk/c/samples/mtom_caching_callback/Makefile.am
    webservices/axis2/trunk/c/samples/mtom_sending_callback/Makefile.am
    webservices/axis2/trunk/c/util/configure.ac

Modified: webservices/axis2/trunk/c/configure.ac
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/configure.ac?rev=728648&r1=728647&r2=728648&view=diff
==============================================================================
--- webservices/axis2/trunk/c/configure.ac (original)
+++ webservices/axis2/trunk/c/configure.ac Mon Dec 22 03:18:19 2008
@@ -45,6 +45,7 @@
 dnl Checks for libraries.
 AC_CHECK_LIB(dl, dlopen)
 AC_CHECK_LIB(z, inflate)
+AC_CHECK_LIB(socket, socket)
 
 if test -d $srcdir/util; then
     AC_CONFIG_SUBDIRS(util)

Modified: webservices/axis2/trunk/c/neethi/autogen.sh
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/neethi/autogen.sh?rev=728648&r1=728647&r2=728648&view=diff
==============================================================================
--- webservices/axis2/trunk/c/neethi/autogen.sh (original)
+++ webservices/axis2/trunk/c/neethi/autogen.sh Mon Dec 22 03:18:19 2008
@@ -3,9 +3,9 @@
 echo -n 'Running libtoolize...'
 if [ `uname -s` = Darwin ]
 then
-    export LIBTOOLIZE=glibtoolize
+    LIBTOOLIZE=glibtoolize
 else
-    export LIBTOOLIZE=libtoolize
+    LIBTOOLIZE=libtoolize
 fi
 
 if $LIBTOOLIZE --force > /dev/null 2>&1; then

Modified: webservices/axis2/trunk/c/samples/mtom_caching_callback/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/samples/mtom_caching_callback/Makefile.am?rev=728648&r1=728647&r2=728648&view=diff
==============================================================================
--- webservices/axis2/trunk/c/samples/mtom_caching_callback/Makefile.am (original)
+++ webservices/axis2/trunk/c/samples/mtom_caching_callback/Makefile.am Mon Dec 22 03:18:19 2008
@@ -6,5 +6,5 @@
 								-laxutil
 
 INCLUDES = -I ../../util/include \
-			../../axiom/include \
+			-I ../../axiom/include \
 		@AXIS2INC@

Modified: webservices/axis2/trunk/c/samples/mtom_sending_callback/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/samples/mtom_sending_callback/Makefile.am?rev=728648&r1=728647&r2=728648&view=diff
==============================================================================
--- webservices/axis2/trunk/c/samples/mtom_sending_callback/Makefile.am (original)
+++ webservices/axis2/trunk/c/samples/mtom_sending_callback/Makefile.am Mon Dec 22 03:18:19 2008
@@ -6,6 +6,6 @@
 								-laxutil 
 
 INCLUDES = -I ../../util/include \
-			../../axiom/include \
+			-I ../../axiom/include \
 			-I /usr/include/mysql \
 		@AXIS2INC@

Modified: webservices/axis2/trunk/c/util/configure.ac
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/util/configure.ac?rev=728648&r1=728647&r2=728648&view=diff
==============================================================================
--- webservices/axis2/trunk/c/util/configure.ac (original)
+++ webservices/axis2/trunk/c/util/configure.ac Mon Dec 22 03:18:19 2008
@@ -45,6 +45,7 @@
 dnl Checks for libraries.
 AC_CHECK_LIB(dl, dlopen)
 AC_CHECK_LIB(z, inflate)
+AC_CHECK_LIB(socket, socket)
 
 dnl This can be removed when the ftime call in 
 dnl ./util/src/platforms/unix/date_time_util_unix.c