You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Pier Fumagalli <pi...@betaversion.org> on 2002/04/06 19:31:48 UTC

[PATCH] Add libdir entries in config.layout...

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).

    Pier


Re: [PATCH] Add libdir entries in config.layout...

Posted by Aaron Bannert <aa...@clove.org>.
On Sat, Apr 06, 2002 at 10:46:39PM +0100, Thom May wrote:
> This needs support in APACHE_LAYOUT.

committed, thanks!

-a

Re: [PATCH] Add libdir entries in config.layout...

Posted by Thom May <th...@planetarytramp.net>.
* Aaron Bannert (aaron@clove.org) wrote :
> On Sat, Apr 06, 2002 at 06:33:38PM +0100, Pier Fumagalli wrote:
> > "Pier Fumagalli" <pi...@betaversion.org> 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

Re: [PATCH] Add libdir entries in config.layout...

Posted by Aaron Bannert <aa...@clove.org>.
On Sat, Apr 06, 2002 at 06:33:38PM +0100, Pier Fumagalli wrote:
> "Pier Fumagalli" <pi...@betaversion.org> 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

Re: [PATCH] Add libdir entries in config.layout...

Posted by Pier Fumagalli <pi...@betaversion.org>.
"Pier Fumagalli" <pi...@betaversion.org> 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).

Shit, sometimes I should click that "Add Attachment" on my mail client :)

    Pier