summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip M. Gollucci <pgollucci@apache.org>2011-11-10 18:27:10 +0000
committerPhilip M. Gollucci <pgollucci@apache.org>2011-11-10 18:27:10 +0000
commit1bdcf2c3f65efa77802f65294aad12d7b253a1f3 (patch)
treee971802f88aa1191c85b6d619f85b0bd93fdfef3
parent9493bf62e41bbfaea506943dad75a112f9d9eba6 (diff)
downloadhttpd-1bdcf2c3f65efa77802f65294aad12d7b253a1f3.tar.gz
drop automake stuff
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
-rw-r--r--modules/apreq/Makefile.am41
-rw-r--r--modules/apreq/Makefile.in0
-rw-r--r--modules/apreq/config.m40
3 files changed, 0 insertions, 41 deletions
diff --git a/modules/apreq/Makefile.am b/modules/apreq/Makefile.am
deleted file mode 100644
index 230dbbee9d..0000000000
--- a/modules/apreq/Makefile.am
+++ /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
index 0000000000..e69de29bb2
--- /dev/null
+++ b/modules/apreq/Makefile.in
diff --git a/modules/apreq/config.m4 b/modules/apreq/config.m4
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/modules/apreq/config.m4