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 2003/09/12 11:20:19 UTC

cvs commit: xml-axis/c configure.ac

damitha     2003/09/12 02:20:19

  Modified:    c        configure.ac
  Log:
  log:add LDFLAGS="-s"
  
  Revision  Changes    Path
  1.2       +2 -1      xml-axis/c/configure.ac
  
  Index: configure.ac
  ===================================================================
  RCS file: /home/cvs/xml-axis/c/configure.ac,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- configure.ac	5 Aug 2003 08:07:31 -0000	1.1
  +++ configure.ac	12 Sep 2003 09:20:19 -0000	1.2
  @@ -1,7 +1,8 @@
   AC_INIT(FULL-PACKAGE-NAME, VERSION, BUG-REPORT-ADDRESS)
   AM_INIT_AUTOMAKE(0.3)
   AM_CONFIG_HEADER(config.h)
  -
  +CFLAGS="-Wall -Wshadow"
  +LDFLAGS="-s"
   AC_PROG_CC
   AC_PROG_CXX
   AC_PROG_INSTALL