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/07/30 11:06:27 UTC

cvs commit: ws-axis/c/src/xml/txpp build.sh

damitha     2004/07/30 02:06:26

  Modified:    c/src/xml/txpp build.sh
  Log:
  removed --enable-testcases option
  
  Revision  Changes    Path
  1.2       +1 -2      ws-axis/c/src/xml/txpp/build.sh
  
  Index: build.sh
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/src/xml/txpp/build.sh,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- build.sh	30 Jul 2004 07:25:17 -0000	1.1
  +++ build.sh	30 Jul 2004 09:06:26 -0000	1.2
  @@ -1,8 +1,7 @@
   #!/bin/bash
   sh autogen.sh
   echo "run configure"
  -./configure --prefix=/home/damitha/projects/inst_txpp \
  -             --enable-testcases=yes
  +./configure --prefix=/home/damitha/projects/inst_txpp
   echo "make"
   make 2> build_errors
   make install