Return-Path: Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: (qmail 185 invoked from network); 11 Feb 2006 07:18:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 11 Feb 2006 07:18:34 -0000 Received: (qmail 51148 invoked by uid 500); 11 Feb 2006 07:18:33 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 50948 invoked by uid 500); 11 Feb 2006 07:18:32 -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 50937 invoked by uid 99); 11 Feb 2006 07:18:32 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 Feb 2006 23:18:32 -0800 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.29) with SMTP; Fri, 10 Feb 2006 23:18:29 -0800 Received: (qmail 99840 invoked by uid 65534); 11 Feb 2006 07:18:09 -0000 Message-ID: <20060211071809.99838.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r376945 - in /httpd/mod_mbox/branches/surgery: Makefile.am configure.ac data/ docroot/ helpers/ libmbox/ mod-mbox-util/ module/ src/helpers/ src/libmbox/ src/mod-mbox-util/ src/module/ Date: Sat, 11 Feb 2006 07:18:08 -0000 To: cvs@httpd.apache.org From: maxime@apache.org X-Mailer: svnmailer-1.0.6 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: maxime Date: Fri Feb 10 23:18:06 2006 New Revision: 376945 URL: http://svn.apache.org/viewcvs?rev=376945&view=rev Log: Directory business Added: httpd/mod_mbox/branches/surgery/docroot/ - copied from r376655, httpd/mod_mbox/branches/surgery/data/ httpd/mod_mbox/branches/surgery/helpers/ - copied from r376655, httpd/mod_mbox/branches/surgery/src/helpers/ httpd/mod_mbox/branches/surgery/libmbox/ - copied from r376655, httpd/mod_mbox/branches/surgery/src/libmbox/ httpd/mod_mbox/branches/surgery/mod-mbox-util/ - copied from r376655, httpd/mod_mbox/branches/surgery/src/mod-mbox-util/ httpd/mod_mbox/branches/surgery/module/ - copied from r376655, httpd/mod_mbox/branches/surgery/src/module/ Removed: httpd/mod_mbox/branches/surgery/data/ httpd/mod_mbox/branches/surgery/src/helpers/ httpd/mod_mbox/branches/surgery/src/libmbox/ httpd/mod_mbox/branches/surgery/src/mod-mbox-util/ httpd/mod_mbox/branches/surgery/src/module/ Modified: httpd/mod_mbox/branches/surgery/Makefile.am httpd/mod_mbox/branches/surgery/configure.ac Modified: httpd/mod_mbox/branches/surgery/Makefile.am URL: http://svn.apache.org/viewcvs/httpd/mod_mbox/branches/surgery/Makefile.am?rev=376945&r1=376944&r2=376945&view=diff ============================================================================== --- httpd/mod_mbox/branches/surgery/Makefile.am (original) +++ httpd/mod_mbox/branches/surgery/Makefile.am Fri Feb 10 23:18:06 2006 @@ -8,4 +8,4 @@ README \ STATUS -SUBDIRS = src +SUBDIRS = libmbox module mod-mbox-util helpers Modified: httpd/mod_mbox/branches/surgery/configure.ac URL: http://svn.apache.org/viewcvs/httpd/mod_mbox/branches/surgery/configure.ac?rev=376945&r1=376944&r2=376945&view=diff ============================================================================== --- httpd/mod_mbox/branches/surgery/configure.ac (original) +++ httpd/mod_mbox/branches/surgery/configure.ac Fri Feb 10 23:18:06 2006 @@ -1,8 +1,8 @@ dnl Required initializer -AC_INIT(mod_mbox, 0.2.0) +AC_INIT(mod_mbox, 0.2.1) MAKE_CONFIG_NICE(config.nice) AC_PREREQ(2.53) -AC_CONFIG_SRCDIR([src/module/mod_mbox.c]) +AC_CONFIG_SRCDIR([module/mod_mbox.c]) AC_CONFIG_AUX_DIR(config) AC_PROG_LIBTOOL AM_MAINTAINER_MODE @@ -39,7 +39,7 @@ BIN_LDFLAGS="${LUCENE4C_LIBS} `${APR_CONFIG} --link-libtool` `${APU_CONFIG} --link-libtool` `${APU_CONFIG} --ldflags --libs` `${APR_CONFIG} --ldflags --libs`" AC_SUBST(BIN_LDFLAGS) -AC_CONFIG_FILES([Makefile src/Makefile src/helpers/Makefile src/libmbox/Makefile src/mod-mbox-util/Makefile src/module/Makefile]) +AC_CONFIG_FILES([Makefile helpers/Makefile libmbox/Makefile mod-mbox-util/Makefile module/Makefile]) AC_OUTPUT echo "---"