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 2007/06/04 11:51:21 UTC

svn commit: r544112 - in /webservices/axis2/trunk/c: autogen.sh axiom/autogen.sh guththila/autogen.sh samples/autogen.sh util/autogen.sh util/include/platforms/unix/axutil_unix.h

Author: sahan
Date: Mon Jun  4 02:50:46 2007
New Revision: 544112

URL: http://svn.apache.org/viewvc?view=rev&rev=544112
Log:
Changes to work on Solaris (autogen.sh and removing unistd.h and stdio.h in neethi)

Modified:
    webservices/axis2/trunk/c/autogen.sh
    webservices/axis2/trunk/c/axiom/autogen.sh
    webservices/axis2/trunk/c/guththila/autogen.sh
    webservices/axis2/trunk/c/samples/autogen.sh
    webservices/axis2/trunk/c/util/autogen.sh
    webservices/axis2/trunk/c/util/include/platforms/unix/axutil_unix.h

Modified: webservices/axis2/trunk/c/autogen.sh
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/autogen.sh?view=diff&rev=544112&r1=544111&r2=544112
==============================================================================
--- webservices/axis2/trunk/c/autogen.sh (original)
+++ webservices/axis2/trunk/c/autogen.sh Mon Jun  4 02:50:46 2007
@@ -21,9 +21,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/axiom/autogen.sh
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/axiom/autogen.sh?view=diff&rev=544112&r1=544111&r2=544112
==============================================================================
--- webservices/axis2/trunk/c/axiom/autogen.sh (original)
+++ webservices/axis2/trunk/c/axiom/autogen.sh Mon Jun  4 02:50:46 2007
@@ -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/guththila/autogen.sh
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/guththila/autogen.sh?view=diff&rev=544112&r1=544111&r2=544112
==============================================================================
--- webservices/axis2/trunk/c/guththila/autogen.sh (original)
+++ webservices/axis2/trunk/c/guththila/autogen.sh Mon Jun  4 02:50:46 2007
@@ -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/autogen.sh
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/samples/autogen.sh?view=diff&rev=544112&r1=544111&r2=544112
==============================================================================
--- webservices/axis2/trunk/c/samples/autogen.sh (original)
+++ webservices/axis2/trunk/c/samples/autogen.sh Mon Jun  4 02:50:46 2007
@@ -2,9 +2,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/util/autogen.sh
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/util/autogen.sh?view=diff&rev=544112&r1=544111&r2=544112
==============================================================================
--- webservices/axis2/trunk/c/util/autogen.sh (original)
+++ webservices/axis2/trunk/c/util/autogen.sh Mon Jun  4 02:50:46 2007
@@ -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/util/include/platforms/unix/axutil_unix.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/util/include/platforms/unix/axutil_unix.h?view=diff&rev=544112&r1=544111&r2=544112
==============================================================================
--- webservices/axis2/trunk/c/util/include/platforms/unix/axutil_unix.h (original)
+++ webservices/axis2/trunk/c/util/include/platforms/unix/axutil_unix.h Mon Jun  4 02:50:46 2007
@@ -100,7 +100,7 @@
 ****************************************************************/
 #include <sys/time.h>
 #include <sys/timeb.h>
-#include <unistd.h>
+/*#include <unistd.h> */
 #include <errno.h>
 #include <sys/param.h>
 #include <stdio.h>
@@ -117,7 +117,7 @@
 
 
 /* for file access handling */
-#include <unistd.h>
+/*#include <unistd.h>*/
 
 /* network handling*/
 #include <sys/socket.h>



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