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 2005/12/30 16:20:51 UTC

svn commit: r360100 - in /httpd/mod_mbox/branches/surgery: Makefile.am configure.ac module-2.0/ scripts/ src/

Author: maxime
Date: Fri Dec 30 07:20:46 2005
New Revision: 360100

URL: http://svn.apache.org/viewcvs?rev=360100&view=rev
Log:
Cleanup, renamed source directory

Added:
    httpd/mod_mbox/branches/surgery/src/
      - copied from r360099, httpd/mod_mbox/branches/surgery/module-2.0/
Removed:
    httpd/mod_mbox/branches/surgery/module-2.0/
    httpd/mod_mbox/branches/surgery/scripts/
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=360100&r1=360099&r2=360100&view=diff
==============================================================================
--- httpd/mod_mbox/branches/surgery/Makefile.am (original)
+++ httpd/mod_mbox/branches/surgery/Makefile.am Fri Dec 30 07:20:46 2005
@@ -7,4 +7,4 @@
         LICENSE \
 	README
 
-SUBDIRS = module-2.0
+SUBDIRS = src/module 

Modified: httpd/mod_mbox/branches/surgery/configure.ac
URL: http://svn.apache.org/viewcvs/httpd/mod_mbox/branches/surgery/configure.ac?rev=360100&r1=360099&r2=360100&view=diff
==============================================================================
--- httpd/mod_mbox/branches/surgery/configure.ac (original)
+++ httpd/mod_mbox/branches/surgery/configure.ac Fri Dec 30 07:20:46 2005
@@ -1,15 +1,15 @@
 dnl Required initializer
-AC_INIT(mod_mbox, 0.1.0)
+AC_INIT(mod_mbox, 0.2.0)
 MAKE_CONFIG_NICE(config.nice)
 AC_PREREQ(2.53)
-AC_CONFIG_SRCDIR([module-2.0/mod_mbox.c])
+AC_CONFIG_SRCDIR([src/module/mod_mbox.c])
 AC_CONFIG_AUX_DIR(config)
 AC_PROG_LIBTOOL
 AM_MAINTAINER_MODE
 AC_CANONICAL_TARGET
 AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)
-AM_CONFIG_HEADER([module-2.0/mod_mbox_config.h:config.in])
-dnl module-2.0/mod_mbox_config.h:config.in])
+AM_CONFIG_HEADER([src/module/mod_mbox_config.h:config.in])
+dnl src/module/mod_mbox_config.h:config.in])
 
 AC_PROG_CC
 AC_PROG_CXX
@@ -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 module-2.0/Makefile])
+AC_CONFIG_FILES([Makefile src/module/Makefile])
 AC_OUTPUT
 
 echo "---"