This is another little patch creating httpd-std.conf from its .in with
embedded in all the nifty little @rel_xxxxxxxdir@ values....

The attached patch (httpd-std.patch.txt), is a diff between httpd-std.conf
and httpd-std.conf.in (limiting the number of bytes sent!)

The following patch to configure.in contains also my other patch to allow
ap_config_layout.h generation...

Have fun! :)

    Pier

Index: configure.in
===================================================================
RCS file: /home/cvspublic/httpd-2.0/configure.in,v
retrieving revision 1.211
diff -U3 -r1.211 configure.in
--- configure.in        21 Mar 2002 19:40:06 -0000      1.211
+++ configure.in        3 Apr 2002 14:43:10 -0000
@@ -480,7 +480,7 @@
     ;;
 esac
 
-AC_OUTPUT($APACHE_OUTPUT_FILES support/apxs support/apachectl
support/dbmmanage support/envvars-std support/log_server_status
support/logresolve.pl support/phf_abuse_log.cgi support/split-logfile
build/rules.mk,[true],[
+AC_OUTPUT($APACHE_OUTPUT_FILES docs/conf/httpd-std.conf
include/ap_config_layout.h support/apxs support/apachectl support/dbmmanage
support/envvars-std support/log_server_status support/logresolve.pl
support/phf_abuse_log.cgi support/split-logfile build/rules.mk,[true],[
   APACHE_GEN_MAKEFILES
 ])
 

Reply via email to