From: Aaron Bannert Date: Sat, 6 Apr 2002 21:50:58 +0000 (+0000) Subject: Allow us to override the default --libdir from the config.layout X-Git-Tag: 2.0.36~290 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=184d24573e52114f317e0b2afbdf8366157a0fd6;p=apache Allow us to override the default --libdir from the config.layout if it was specified to configure. Submitted by: Thom May Reviewed by: Aaron Bannert git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94511 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/acinclude.m4 b/acinclude.m4 index 244a6369c2..54959e51d3 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -326,7 +326,7 @@ AC_DEFUN(APACHE_LAYOUT,[ 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