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 da...@apache.org on 2004/10/12 08:55:43 UTC

cvs commit: ws-axis/c configure build.sh_sample

damitha     2004/10/11 23:55:43

  Modified:    c        configure build.sh_sample
  Log:
  Now it will by default try to build libwww related transport library if the user
  specifically don't give the configure option --enable-libwww=no. This is not good
  since all users by default need to build it. I just changed this not to build libwww
  by default. If you need it you need to --enable-libwww=yes
  
  Revision  Changes    Path
  1.8       +1 -1      ws-axis/c/configure
  
  Index: configure
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/configure,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- configure	4 Oct 2004 13:03:36 -0000	1.7
  +++ configure	12 Oct 2004 06:55:43 -0000	1.8
  @@ -2058,7 +2058,7 @@
   else
     echo "$as_me:$LINENO: result: no" >&5
   echo "${ECHO_T}no" >&6
  -  LIBWWWBUILD="libwww"
  +  LIBWWWBUILD=""
   
   fi;
   
  
  
  
  1.6       +1 -1      ws-axis/c/build.sh_sample
  
  Index: build.sh_sample
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/build.sh_sample,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- build.sh_sample	27 Aug 2004 07:55:01 -0000	1.5
  +++ build.sh_sample	12 Oct 2004 06:55:43 -0000	1.6
  @@ -24,7 +24,7 @@
   echo "run configure"
   ./configure --prefix=/usr/local/axiscpp_deploy \
       --with-apache2=/usr/local/apache2 \
  -    --with-expat=/usr/local/expat1957
  +    --with-xercesc=/usr/local/xerces-c
   echo "make"
   make 2> build_errors