K 10 svn:author V 4 tijl K 8 svn:date V 27 2014-02-14T22:29:05.881877Z K 7 svn:log V 505 - Also set link_all_deplibs_(CXX|F77|FC)=no. - In libtool 1.3 set deplibs_check_method=pass_all like it is in later versions. This avoids checking every library with file(1) to see if it's really a library and avoids some incorrect uses of expr(1) ("expr $var" instead of "expr -- $var" where $var can start with -l). The parsing of file(1) output is also tested during configure on /usr/lib/libc.so.* which doesn't exist so configure printed a big (but harmless) warning. Approved by: bapt END