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/22 16:11:12 UTC

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

damitha     2004/10/22 07:11:12

  Modified:    c/src/xml/txpp configure.ac
  Log:
  txpp related
  
  Revision  Changes    Path
  1.3       +1 -1      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.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- configure.ac	21 Oct 2004 03:52:20 -0000	1.2
  +++ configure.ac	22 Oct 2004 14:11:12 -0000	1.3
  @@ -22,7 +22,7 @@
     AC_MSG_RESULT(no)
     TESTS="tests"
   )
  -LINKTXPPLIB="-L$prefix/lib -ltxpp"
  +LINKTXPPLIB="-L${TXPP_HOME}/src -ltxpp"
   AC_SUBST(TESTS)
   AC_SUBST(LINKTXPPLIB)
   AC_OUTPUT(Makefile \