You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ma...@apache.org on 2006/02/11 08:18:08 UTC

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/

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 "---"