Return-Path: Delivered-To: apmail-apr-commits-archive@www.apache.org Received: (qmail 67869 invoked from network); 12 Jul 2006 02:04:39 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 12 Jul 2006 02:04:39 -0000 Received: (qmail 90035 invoked by uid 500); 12 Jul 2006 02:04:38 -0000 Delivered-To: apmail-apr-commits-archive@apr.apache.org Received: (qmail 89992 invoked by uid 500); 12 Jul 2006 02:04:38 -0000 Mailing-List: contact commits-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: Reply-To: dev@apr.apache.org List-Id: Delivered-To: mailing list commits@apr.apache.org Received: (qmail 89979 invoked by uid 99); 12 Jul 2006 02:04:38 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Jul 2006 19:04:38 -0700 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [140.211.166.113] (HELO eris.apache.org) (140.211.166.113) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Jul 2006 19:04:38 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id C3D631A981A; Tue, 11 Jul 2006 19:04:17 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r421074 - /apr/apr/trunk/build/apr_common.m4 Date: Wed, 12 Jul 2006 02:04:17 -0000 To: commits@apr.apache.org From: jerenkrantz@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20060712020417.C3D631A981A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: jerenkrantz Date: Tue Jul 11 19:04:17 2006 New Revision: 421074 URL: http://svn.apache.org/viewvc?rev=421074&view=rev Log: Allow APR_CHECK_SIZEOF_EXTENDED to be called with a space in the argument. (Justin has no idea what those P's did, but this usage makes more sense.) Submitted by: John Mark Vandenberg Reviewed by: Justin Erenkrantz Modified: apr/apr/trunk/build/apr_common.m4 Modified: apr/apr/trunk/build/apr_common.m4 URL: http://svn.apache.org/viewvc/apr/apr/trunk/build/apr_common.m4?rev=421074&r1=421073&r2=421074&view=diff ============================================================================== --- apr/apr/trunk/build/apr_common.m4 (original) +++ apr/apr/trunk/build/apr_common.m4 Tue Jul 11 19:04:17 2006 @@ -446,9 +446,9 @@ AC_DEFUN([APR_CHECK_SIZEOF_EXTENDED], [changequote(<<,>>)dnl dnl The name to #define -define(<>, translit(sizeof_$2, [a-z *], [A-Z_P]))dnl +define(<>, translit(sizeof_$2, [a-z ], [A-Z_]))dnl dnl The cache variable -define(<>, translit(ac_cv_sizeof_$2, [ *],[

]))dnl +define(<>, translit(ac_cv_sizeof_$2, [A-Z ],[a-z_]))dnl changequote([, ])dnl AC_MSG_CHECKING(size of $2) AC_CACHE_VAL(AC_CV_NAME,