[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] Makefiles in subprojects have non-overridable install paths

2005-06-28 Thread Adam Welch
Hello. I have httpd-2.0.54 source and am building on MAC OS X Tiger. Here is what I have done... 1. ./configure --enable-layout=RedHat 2. vi srclib/apr-util/Makefile, where I see that libdir is set to "/usr/lib" Now, I'd like to "make install prefix=/tmp/foo" (building an RPM), but this won't