On Tue, 17 Sep 2002, Justin Erenkrantz wrote: > You need to use apu-config. -- justin
ah, closer but apu-config --link-ld gives me -L/.../lib -laprutil
rather than -laprutil-0
if test "$location" = "installed"; then
### avoid using -L if libdir is a "standard" location like /usr/lib
flags="$flags -L$libdir -laprutil"
else
flags="$flags -L$thisdir -laprutil-${APRUTIL_MAJOR_VERSION}"
fi
