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/21 05:52:20 UTC

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

damitha     2004/10/20 20:52:20

  Modified:    c/src/xml/txpp build.sh configure.ac
  Log:
  
  
  Revision  Changes    Path
  1.3       +1 -1      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.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- build.sh	30 Jul 2004 09:06:26 -0000	1.2
  +++ build.sh	21 Oct 2004 03:52:20 -0000	1.3
  @@ -1,7 +1,7 @@
   #!/bin/bash
   sh autogen.sh
   echo "run configure"
  -./configure --prefix=/home/damitha/projects/inst_txpp
  +./configure --prefix=/home/damitha/projects/cvshead/src/xml/txpp/install
   echo "make"
   make 2> build_errors
   make install
  
  
  
  1.2       +2 -2      ws-axis/c/src/xml/txpp/configure.ac
  
  Index: configure.ac
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/src/xml/txpp/configure.ac,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- configure.ac	30 Jul 2004 07:25:17 -0000	1.1
  +++ configure.ac	21 Oct 2004 03:52:20 -0000	1.2
  @@ -8,7 +8,7 @@
   AC_PROG_INSTALL
   AC_PROG_LIBTOOL
   AC_MSG_CHECKING(whether to build testcases)
  -AC_ARG_ENABLE(testcases, [  --enable-testcases    build testcases.],
  +AC_ARG_ENABLE(tests, [  --enable-tests    build tests.],
   [ case "${enableval}" in
     no)
       AC_MSG_RESULT(no)
  @@ -16,11 +16,11 @@
       ;;
     *)
       AC_MSG_RESULT(yes)
  -    echo "tests"
       TESTS="tests"
       ;;
     esac ],
     AC_MSG_RESULT(no)
  +  TESTS="tests"
   )
   LINKTXPPLIB="-L$prefix/lib -ltxpp"
   AC_SUBST(TESTS)