From cvs-return-4920-apmail-apr-cvs-archive=apr.apache.org@apr.apache.org Fri Apr 04 04:16:02 2003 Return-Path: Delivered-To: apmail-apr-cvs-archive@apr.apache.org Received: (qmail 72908 invoked by uid 500); 4 Apr 2003 04:16:01 -0000 Mailing-List: contact cvs-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Reply-To: dev@apr.apache.org Delivered-To: mailing list cvs@apr.apache.org Received: (qmail 72856 invoked from network); 4 Apr 2003 04:16:01 -0000 Date: 4 Apr 2003 04:16:00 -0000 Message-ID: <20030404041600.37952.qmail@icarus.apache.org> From: trawick@apache.org To: apr-cvs@apache.org Subject: cvs commit: apr/build apr_hints.m4 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N 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])