On Tue, Jun 01, 2004 at 03:04:28PM -0700, Greg Stein wrote:
> Are you sure those are unused? In a lot of cases, things like libdir are
> defined in terms of exec_prefix. (or do we fully deref them?)

Indeed, looks broken to me from a default ./configure:

prefix=/usr/local/apr
libdir=${exec_prefix}/lib
APR_MAJOR_VERSION=1
includedir=${prefix}/include/apr-${APR_MAJOR_VERSION}

Reply via email to