Return-Path: Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: (qmail 93724 invoked from network); 10 Oct 2006 16:36:19 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 10 Oct 2006 16:36:19 -0000 Received: (qmail 77159 invoked by uid 500); 10 Oct 2006 16:36:12 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 77116 invoked by uid 500); 10 Oct 2006 16:36:12 -0000 Mailing-List: contact cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list cvs@httpd.apache.org Received: (qmail 76925 invoked by uid 99); 10 Oct 2006 16:36:10 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Oct 2006 09:36:10 -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, 10 Oct 2006 09:36:09 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id 4C3521A981A; Tue, 10 Oct 2006 09:35:49 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r454814 - /httpd/mod_mbox/branches/surgery/m4/apache_test.m4 Date: Tue, 10 Oct 2006 16:35:49 -0000 To: cvs@httpd.apache.org From: pquerna@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20061010163549.4C3521A981A@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: pquerna Date: Tue Oct 10 09:35:48 2006 New Revision: 454814 URL: http://svn.apache.org/viewvc?view=rev&rev=454814 Log: Allow the apache test program to be compiled with -Wall/-Werror by undefining the stupid autoconf macros. Modified: httpd/mod_mbox/branches/surgery/m4/apache_test.m4 Modified: httpd/mod_mbox/branches/surgery/m4/apache_test.m4 URL: http://svn.apache.org/viewvc/httpd/mod_mbox/branches/surgery/m4/apache_test.m4?view=diff&rev=454814&r1=454813&r2=454814 ============================================================================== --- httpd/mod_mbox/branches/surgery/m4/apache_test.m4 (original) +++ httpd/mod_mbox/branches/surgery/m4/apache_test.m4 Tue Oct 10 09:35:48 2006 @@ -32,6 +32,11 @@ #include #include #include +#undef PACKAGE_NAME +#undef PACKAGE_TARNAME +#undef PACKAGE_VERSION +#undef PACKAGE_STRING +#undef PACKAGE_BUGREPORT #include "httpd.h" #ifndef AP_SERVER_BASEREVISION