Author: joes
Date: Tue Mar  1 14:18:24 2005
New Revision: 155830

URL: http://svn.apache.org/viewcvs?view=rev&rev=155830
Log:
We're not relying on `apxs -a` magic right now, so
print a simple notice during % make install.

Modified:
    httpd/apreq/branches/multi-env-unstable/module/apache/Makefile.am
    httpd/apreq/branches/multi-env-unstable/module/apache2/Makefile.am

Modified: httpd/apreq/branches/multi-env-unstable/module/apache/Makefile.am
URL: 
http://svn.apache.org/viewcvs/httpd/apreq/branches/multi-env-unstable/module/apache/Makefile.am?view=diff&r1=155829&r2=155830
==============================================================================
--- httpd/apreq/branches/multi-env-unstable/module/apache/Makefile.am (original)
+++ httpd/apreq/branches/multi-env-unstable/module/apache/Makefile.am Tue Mar  
1 14:18:24 2005
@@ -21,6 +21,7 @@
 
 if HAVE_APACHE1
 
+pkgcfgdir = [EMAIL PROTECTED]@ -q SYSCONFDIR`
 pkglibdir = [EMAIL PROTECTED]@ -q LIBEXECDIR`
 pkgincludedir = [EMAIL PROTECTED]@ -q INCLUDEDIR`/@APREQ_LIBNAME@
 pkglib_LTLIBRARIES = mod_apreq2.la
@@ -43,5 +44,15 @@
        -rm c-modules/Makefile c-modules/*/Makefile 
c-modules/apache_httpd_test.h
 
 clean-local: test_clean
+
+
+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

Modified: httpd/apreq/branches/multi-env-unstable/module/apache2/Makefile.am
URL: 
http://svn.apache.org/viewcvs/httpd/apreq/branches/multi-env-unstable/module/apache2/Makefile.am?view=diff&r1=155829&r2=155830
==============================================================================
--- httpd/apreq/branches/multi-env-unstable/module/apache2/Makefile.am 
(original)
+++ httpd/apreq/branches/multi-env-unstable/module/apache2/Makefile.am Tue Mar  
1 14:18:24 2005
@@ -32,8 +32,18 @@
 
 else
 
+pkgcfgdir = [EMAIL PROTECTED]@ -q SYSCONFDIR`
 pkgincludedir = [EMAIL PROTECTED]@ -q INCLUDEDIR`/@APREQ_LIBNAME@
 pkglibdir = [EMAIL PROTECTED]@ -q LIBEXECDIR`
 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


Reply via email to