switches when testing whether deplibs contains some library
+1999-03-14 Alexandre Oliva <oliva@dcc.unicamp.br>
+
+ * ltmain.in (deplibs_check_method=none): discard -L and -R
+ switches when testing whether deplibs contains some library
+
1999-03-14 Erez Zadok <ezk@cs.columbia.edu>
* config.sub: recognize hppa2.0w, yet to be installed at GNU
done # Gone through all deplibs.
;;
none | unknown | *) newdeplibs=""
- if $echo "X$deplibs" | $Xsed -e 's/ -lc$//' -e 's/[ ]//g' \
- | grep . >/dev/null; then
+ if $echo "X $deplibs" |
+ $Xsed -e 's/ -lc$//' -e 's/ -[LR][^ ]*//g' -e 's/[ ]//g' |
+ grep . >/dev/null; then
echo
if test "X$deplibs_check_method" = "Xnone"; then
echo "*** Warning: inter-library dependencies are not supported in this platform."