* Aaron Bannert ([EMAIL PROTECTED]) wrote :
> On Sat, Apr 06, 2002 at 06:33:38PM +0100, Pier Fumagalli wrote:
> > "Pier Fumagalli" <[EMAIL PROTECTED]> wrote:
> > 
> > > We forgot to put libdir in config.layout, it's nice to have it around there
> > > as well (looks better when non-standard layouts are used).
> 
> committed, thanks. :)
> 
> -aaron
This needs support in APACHE_LAYOUT.
Patch attached.
Cheers,
-Thom


Index: acinclude.m4
===================================================================
RCS file: /home/cvspublic/httpd-2.0/acinclude.m4,v
retrieving revision 1.120
diff -u -u -r1.120 acinclude.m4
--- acinclude.m4        26 Mar 2002 19:43:46 -0000      1.120
+++ acinclude.m4        6 Apr 2002 21:47:17 -0000
@@ -326,7 +326,7 @@
   rm $pldconf
   for var in prefix exec_prefix bindir sbindir libexecdir mandir \
              sysconfdir datadir errordir iconsdir htdocsdir cgidir \
-             includedir localstatedir runtimedir logfiledir \
+             includedir localstatedir runtimedir logfiledir libdir \
              manualdir proxycachedir installbuilddir; do
     eval "val=\"\$$var\""
     case $val in

Reply via email to