You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by tr...@apache.org on 2003/04/04 06:16:00 UTC

cvs commit: apr/build apr_hints.m4

trawick     2003/04/03 20:16:00

  Modified:    .        configure.in
               build    apr_hints.m4
  Log:
  don't bother j random user with missing function prototype warnings
  on AIX, particularly since we get a bunch of uninteresting ones
  related to errno; leave it for --enable-maintainer-mode
  
  Revision  Changes    Path
  1.524     +1 -1      apr/configure.in
  
  Index: configure.in
  ===================================================================
  RCS file: /home/cvs/apr/configure.in,v
  retrieving revision 1.523
  retrieving revision 1.524
  diff -u -r1.523 -r1.524
  --- configure.in	2 Apr 2003 14:23:51 -0000	1.523
  +++ configure.in	4 Apr 2003 04:15:59 -0000	1.524
  @@ -226,7 +226,7 @@
      if test "$GCC" = "yes"; then
        APR_ADDTO(CFLAGS,[-Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations])
      elif test "$AIX_XLC" = "yes"; then
  -     APR_ADDTO(CFLAGS,-qfullpath -qinitauto=FE -qcheck=all)
  +     APR_ADDTO(CFLAGS,-qfullpath -qinitauto=FE -qcheck=all -qinfo=pro)
      fi
   ])dnl
   
  
  
  
  1.50      +1 -1      apr/build/apr_hints.m4
  
  Index: apr_hints.m4
  ===================================================================
  RCS file: /home/cvs/apr/build/apr_hints.m4,v
  retrieving revision 1.49
  retrieving revision 1.50
  diff -u -r1.49 -r1.50
  --- apr_hints.m4	19 Feb 2003 12:48:49 -0000	1.49
  +++ apr_hints.m4	4 Apr 2003 04:16:00 -0000	1.50
  @@ -59,7 +59,7 @@
           dnl If using xlc, remember it, and give it the right options.
           if $CC 2>&1 | grep 'xlc' > /dev/null; then
             APR_SETIFNULL(AIX_XLC, [yes])
  -          APR_ADDTO(CFLAGS, [-qHALT=E -qinfo=pro])
  +          APR_ADDTO(CFLAGS, [-qHALT=E])
           fi
   	APR_SETIFNULL(apr_iconv_inbuf_const, [1])
   	APR_SETIFNULL(apr_sysvsem_is_global, [yes])