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/09/28 12:27:07 UTC

svn commit: r450790 - in /webservices/axis2/trunk/c: autogen.sh configure.ac

Author: pini
Date: Thu Sep 28 03:27:06 2006
New Revision: 450790

URL: http://svn.apache.org/viewvc?view=rev&rev=450790
Log:
Removing codegen and tcpmon from main build.

Modified:
    webservices/axis2/trunk/c/autogen.sh
    webservices/axis2/trunk/c/configure.ac

Modified: webservices/axis2/trunk/c/autogen.sh
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/autogen.sh?view=diff&rev=450790&r1=450789&r2=450790
==============================================================================
--- webservices/axis2/trunk/c/autogen.sh (original)
+++ webservices/axis2/trunk/c/autogen.sh Thu Sep 28 03:27:06 2006
@@ -23,16 +23,8 @@
 cd ../rampart
 ./autogen.sh
 
-echo 'Running autogen.sh in Codegen'
-cd ../tools/codegen
-./autogen.sh
-
-echo 'Running autogen.sh in TCPmon'
-cd ../../tools/tcpmon
-./autogen.sh
-
 echo 'Running autogen.sh in Axis2/C'
-cd ../..
+cd ..
 
 echo -n 'Running libtoolize...'
 if libtoolize --force > /dev/null 2>&1; then

Modified: webservices/axis2/trunk/c/configure.ac
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/configure.ac?view=diff&rev=450790&r1=450789&r2=450790
==============================================================================
--- webservices/axis2/trunk/c/configure.ac (original)
+++ webservices/axis2/trunk/c/configure.ac Thu Sep 28 03:27:06 2006
@@ -42,14 +42,6 @@
     AC_CONFIG_SUBDIRS(rampart)
 fi
 
-if test -d $srcdir/tools/codegen; then
-    AC_CONFIG_SUBDIRS(tools/codegen)
-fi
-
-if test -d $srcdir/tools/tcpmon; then
-    AC_CONFIG_SUBDIRS(tools/tcpmon)
-fi
-
 #CFLAGS="$CFLAGS -ansi -Wall -D_LARGEFILE64_SOURCE -Wno-implicit-function-declaration"
 CFLAGS="$CFLAGS -D_LARGEFILE64_SOURCE"
 if test "$GCC" = "yes"; then



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