pcre2-config outputs -L/usr/lib/{arch-triplet} on linux and sets and
Rpath on kfreebsd. Neither of these is necessary, and the differences
you get on different architectures means this wasn't multi-arch
friendly. So remove the relevant code.
fi
libR=
-case `uname -s` in
- *SunOS*)
- libR=" -R@libdir@"
- ;;
- *BSD*)
- libR=" -Wl,-R@libdir@"
- ;;
-esac
libS=
-if test @libdir@ != /usr/lib ; then
- libS=-L@libdir@
-fi
while test $# -gt 0; do
case "$1" in