]> granicus.if.org Git - apache/commitdiff
drop automake stuff
authorPhilip M. Gollucci <pgollucci@apache.org>
Thu, 10 Nov 2011 18:27:10 +0000 (18:27 +0000)
committerPhilip M. Gollucci <pgollucci@apache.org>
Thu, 10 Nov 2011 18:27:10 +0000 (18:27 +0000)
move apr-build-system build files over from apreq

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1200466 13f79535-47bb-0310-9956-ffa450edef68

modules/apreq/Makefile.am [deleted file]
modules/apreq/Makefile.in [new file with mode: 0644]
modules/apreq/config.m4 [new file with mode: 0644]

diff --git a/modules/apreq/Makefile.am b/modules/apreq/Makefile.am
deleted file mode 100644 (file)
index 230dbbe..0000000
+++ /dev/null
@@ -1,41 +0,0 @@
-TEST_CONFIG_SCRIPT = package Apache::TestMM; filter_args(); generate_script("t/TEST")
-mod_apreq2_la_LDFLAGS = -export-dynamic -module -avoid-version \
-                        `@APREQ_CONFIG@ --link-libtool --libs` @APR_LTFLAGS@
-mod_apreq2_la_SOURCES = apreq_private_apache2.h handle.c filter.c
-
-pkgcfgdir = `@APACHE2_APXS@ -q SYSCONFDIR`
-pkgincludedir = `@APACHE2_APXS@ -q INCLUDEDIR`/@APREQ_LIBNAME@
-pkglibdir = `@APACHE2_APXS@ -q LIBEXECDIR`
-
-AM_CPPFLAGS = @APACHE2_INCLUDES@ @APR_INCLUDES@
-
-if BUILD_HTTPD
-
-# XXX FIXME: static builds don't work anymore
-# mod_apreq2 needs to be built from httpd-2.X, e.g.
-#
-# % cd ../httpd-2.X;
-# % ./configure --with-module=filters:../httpd-apreq-2/module/apache2/mod_apreq2.c ...
-#
-# See the INSTALL file for details.
-
-@APACHE2_HTTPD@:
-       cd @APACHE2_SRC@ && $(MAKE)
-
-all-local: @APACHE2_HTTPD@
-
-else
-
-pkginclude_HEADERS = apreq_module_apache2.h
-pkglib_LTLIBRARIES = mod_apreq2.la
-
-install-exec-local :
-       @echo "----------------------------------------------------------------------"
-       @echo "Before you can use mod_apreq2, you must ensure that an appropriate"
-       @echo "\"LoadModule\" line appears in your webserver's config file:"
-       @echo "$(pkgcfgdir)/httpd.conf"
-       @echo 
-       @echo "LoadModule apreq_module    $(pkglibdir)/mod_apreq2.so"
-       @echo "----------------------------------------------------------------------"
-
-endif
diff --git a/modules/apreq/Makefile.in b/modules/apreq/Makefile.in
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/modules/apreq/config.m4 b/modules/apreq/config.m4
new file mode 100644 (file)
index 0000000..e69de29