[users@httpd] Re: Makefiles in subprojects have non-overridable install paths

2005-06-29 Thread Adam Welch
Actually, all the config.layout files' RedHat stanzas read like this... prefix:/usr exec_prefix: ${prefix} bindir:${prefix}/bin sbindir: ${prefix}/sbin libdir:${prefix}/lib ..., but in the resulting Makefiles, ${prefix} has been replaced by /usr

[users@httpd] Re: Makefiles in subprojects have non-overridable install paths

2005-06-29 Thread Joost de Heer
> 1. ./configure --enable-layout=RedHat > 2. vi srclib/apr-util/Makefile, where I see that libdir is set to > "/usr/lib" Because in config.layout, in the RedHat layout, the libdir is set to /usr/lib. If you want this changed, edit the layout file. Joost ---