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/05/19 08:03:47 UTC

cvs commit: ws-axis/c/samples/server configure.ac

damitha     2004/05/18 23:03:47

  Modified:    c/samples/client configure.ac
               c/samples/server configure.ac
  Log:
  
  
  Revision  Changes    Path
  1.16      +1 -4      ws-axis/c/samples/client/configure.ac
  
  Index: configure.ac
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/samples/client/configure.ac,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- configure.ac	10 May 2004 04:21:09 -0000	1.15
  +++ configure.ac	19 May 2004 06:03:46 -0000	1.16
  @@ -3,10 +3,7 @@
   AM_CONFIG_HEADER(config.h)
   CFLAGS="-Wshadow -Wall -pedantic -ansi"
   CPPFLAGS="-Wshadow -Wall -pedantic -ansi"
  -#if you are using expat parser
  -LDFLAGS="-s -L$AXISCPP_HOME/bin -laxiscpp_client -L$EXPAT_HOME/lib -lexpat -ldl -lstdc++"
  -#if you are using xercesc parser
  -#LDFLAGS="-s -L$AXISCPP_HOME/bin -laxiscpp_client -L$XERCESC_HOME/lib -lxerces-c -ldl -lstdc++"
  +LDFLAGS="-s -L$AXISCPP_HOME/bin -laxiscpp_client -ldl -lstdc++"
   AC_PROG_CC
   AC_PROG_CXX
   AC_PROG_INSTALL
  
  
  
  1.10      +1 -1      ws-axis/c/samples/server/configure.ac
  
  Index: configure.ac
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/samples/server/configure.ac,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- configure.ac	10 May 2004 04:21:09 -0000	1.9
  +++ configure.ac	19 May 2004 06:03:47 -0000	1.10
  @@ -3,7 +3,7 @@
   AM_CONFIG_HEADER(config.h)
   CFLAGS="-Wshadow -Wall -pedantic -ansi"
   CPPFLAGS="-Wshadow -Wall -pedantic -ansi"
  -LDFLAGS="-s -L$AXISCPP_HOME/lib/expat -lexpat -ldl -lstdc++"
  +LDFLAGS="-s -ldl -lstdc++"
   AC_PROG_CC
   AC_PROG_CXX
   AC_PROG_INSTALL