Does somebody have an autoconf macro to handle adding -R/path/ stuff when libraries are found? It would be nice if it also had the ability to handle cross compiling. This came up for ntp - if the shared library of libcrypto is found the -L flag is set, but no -R flag is set. I suspect other folks have had to deal with this... H