You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apreq-cvs@httpd.apache.org by jo...@apache.org on 2006/02/03 04:18:53 UTC

svn commit: r374572 - in /httpd/apreq/trunk: MANIFEST.SKIP configure.ac module/Makefile.am

Author: joes
Date: Thu Feb  2 19:18:50 2006
New Revision: 374572

URL: http://svn.apache.org/viewcvs?rev=374572&view=rev
Log:
drop module/apache from the build system

Modified:
    httpd/apreq/trunk/MANIFEST.SKIP
    httpd/apreq/trunk/configure.ac
    httpd/apreq/trunk/module/Makefile.am

Modified: httpd/apreq/trunk/MANIFEST.SKIP
URL: http://svn.apache.org/viewcvs/httpd/apreq/trunk/MANIFEST.SKIP?rev=374572&r1=374571&r2=374572&view=diff
==============================================================================
--- httpd/apreq/trunk/MANIFEST.SKIP (original)
+++ httpd/apreq/trunk/MANIFEST.SKIP Thu Feb  2 19:18:50 2006
@@ -36,5 +36,6 @@
 t/core*
 
 # Apache 1.x module (exclude for now)
+module/apache$
 module/apache/
 

Modified: httpd/apreq/trunk/configure.ac
URL: http://svn.apache.org/viewcvs/httpd/apreq/trunk/configure.ac?rev=374572&r1=374571&r2=374572&view=diff
==============================================================================
--- httpd/apreq/trunk/configure.ac (original)
+++ httpd/apreq/trunk/configure.ac Thu Feb  2 19:18:50 2006
@@ -32,7 +32,7 @@
 dnl Checks for library functions.
 
 AC_APREQ
-AC_CONFIG_FILES([Makefile include/Makefile library/Makefile library/t/Makefile module/Makefile module/apache2/Makefile module/apache/Makefile glue/Makefile])
+AC_CONFIG_FILES([Makefile include/Makefile library/Makefile library/t/Makefile module/Makefile module/apache2/Makefile glue/Makefile])
 AC_CONFIG_FILES([build/doxygen.conf include/groups.dox])
 AC_CONFIG_FILES([apreq2-config], [chmod +x apreq2-config])
 AC_OUTPUT

Modified: httpd/apreq/trunk/module/Makefile.am
URL: http://svn.apache.org/viewcvs/httpd/apreq/trunk/module/Makefile.am?rev=374572&r1=374571&r2=374572&view=diff
==============================================================================
--- httpd/apreq/trunk/module/Makefile.am (original)
+++ httpd/apreq/trunk/module/Makefile.am Thu Feb  2 19:18:50 2006
@@ -1,7 +1,7 @@
 AM_CPPFLAGS = @APR_INCLUDES@
 SUBDIRS = apache2
 TEST_CONFIG_SCRIPT = package Apache::TestMM; filter_args(); generate_script("t/TEST")
-EXTRA_DIST = t apache
+EXTRA_DIST = t
 
 noinst_PROGRAMS = test_cgi
 test_cgi_LDFLAGS =  `@APREQ_CONFIG@ --link-libtool`