And, yes, I was typing and firing off a test at the same time.
autoopts-config.in should be patched thus:
static_libs="${libdir}/libopts.a"
cflags="-I${includedir}"
case "${libdir}" in
/lib | /lib64 | /usr/lib | /usr/lib64 )
ldopts=''
ldflags=-lopts
;;
* )
test -n "${ldopts}" && \
ldflags="${ldopts}${libdir} ${ldflags}"
;;
esac
libs=${ldflags}
test "${includedir}" = "/usr/include" && cflags=""
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]