Lines Matching refs:shrext
270 shrext=".$acl_shlibext" # typically: shrext=.so
272 shrext=
279 if test -f "$dir/$libname$shrext"; then
281 found_so="$dir/$libname$shrext"
283 if test "$acl_library_names_spec" = '$libname$shrext$versuffix'; then
285 for f in "$libname$shrext".*; do echo "$f"; done \
286 | sed -e "s,^$libname$shrext\\\\.,," \
289 if test -n "$ver" && test -f "$dir/$libname$shrext.$ver"; then
291 found_so="$dir/$libname$shrext.$ver"
326 if test -f "$dir/$libname$shrext"; then
328 found_so="$dir/$libname$shrext"
330 if test "$acl_library_names_spec" = '$libname$shrext$versuffix'; then
332 for f in "$libname$shrext".*; do echo "$f"; done \
333 | sed -e "s,^$libname$shrext\\\\.,," \
336 if test -n "$ver" && test -f "$dir/$libname$shrext.$ver"; then
338 found_so="$dir/$libname$shrext.$ver"