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 pi...@apache.org on 2007/03/27 09:26:17 UTC

svn commit: r522803 - in /webservices/axis2/trunk/c: Makefile.am autogen.sh configure.ac

Author: pini
Date: Tue Mar 27 00:26:16 2007
New Revision: 522803

URL: http://svn.apache.org/viewvc?view=rev&rev=522803
Log:
Dropped rampart from build scripts

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

Modified: webservices/axis2/trunk/c/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/Makefile.am?view=diff&rev=522803&r1=522802&r2=522803
==============================================================================
--- webservices/axis2/trunk/c/Makefile.am (original)
+++ webservices/axis2/trunk/c/Makefile.am Tue Mar 27 00:26:16 2007
@@ -5,7 +5,7 @@
 pkgconfigdir = $(libdir)/pkgconfig
 pkgconfig_DATA = axis2c.pc
 
-SUBDIRS = util $(GUTHTHILA_DIR) axiom modules $(RAMPART_DIR) $(TESTDIR) include ides
+SUBDIRS = util $(GUTHTHILA_DIR) axiom modules $(TESTDIR) include ides
 include_HEADERS=$(top_builddir)/include/*.h
 data_DATA= samples/server/axis2.xml README \
 	INSTALL CREDITS COPYING NEWS NOTICE config.guess missing install-sh depcomp config.sub ltmain.sh

Modified: webservices/axis2/trunk/c/autogen.sh
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/autogen.sh?view=diff&rev=522803&r1=522802&r2=522803
==============================================================================
--- webservices/axis2/trunk/c/autogen.sh (original)
+++ webservices/axis2/trunk/c/autogen.sh Tue Mar 27 00:26:16 2007
@@ -19,10 +19,6 @@
 cd ../guththila
 ./autogen.sh
 
-echo 'Running autogen.sh in Rampart'
-cd ../rampart
-./autogen.sh
-
 echo 'Running autogen.sh in Axis2/C'
 cd ..
 

Modified: webservices/axis2/trunk/c/configure.ac
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/configure.ac?view=diff&rev=522803&r1=522802&r2=522803
==============================================================================
--- webservices/axis2/trunk/c/configure.ac (original)
+++ webservices/axis2/trunk/c/configure.ac Tue Mar 27 00:26:16 2007
@@ -101,25 +101,6 @@
 AC_FUNC_REALLOC
 #AC_CHECK_FUNCS([memmove])
 
-AC_MSG_CHECKING(whether to build rampart )
-AC_ARG_ENABLE(rampart, [  --enable-rampart build ramprt. default=no],
-[ case "${enableval}" in
-  no)
-    AC_MSG_RESULT(no)
-    RAMPART_DIR=""
-    ;;
-  *)
-    AC_MSG_RESULT(yes)
-    RAMPART_DIR="rampart"
-    if test -d $srcdir/rampart; then
-        AC_CONFIG_SUBDIRS(rampart)
-    fi
-
-    ;;
-  esac ],
-  AC_MSG_RESULT(no)
-)
-
 AC_MSG_CHECKING(whether to build libxml2 xml parser library)
 AC_ARG_ENABLE(libxml2, [  --enable-libxml2    build libxml2 xml parser library wrapper. default=yes],
 [ case "${enableval}" in
@@ -330,7 +311,6 @@
 AC_SUBST(PARSER_DIR)
 AC_SUBST(WRAPPER_DIR)
 AC_SUBST(GUTHTHILA_DIR)
-AC_SUBST(RAMPART_DIR)
 AC_SUBST(GUTHTHILA_LIBS)
 AM_CONDITIONAL(AXIS2_SSL_ENABLED, test x$ssl_enabled = xtrue)
 AM_CONDITIONAL(AXIS2_LIBCURL_ENABLED, test x$libcurl_enabled = xtrue)



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