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