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