Lines Matching refs:shrext
5387 shrext=".$acl_shlibext" # typically: shrext=.so
5389 shrext=
5394 if test -f "$dir/$libname$shrext"; then
5396 found_so="$dir/$libname$shrext"
5398 if test "$acl_library_names_spec" = '$libname$shrext$versuffix'; then
5400 for f in "$libname$shrext".*; do echo "$f"; done \
5401 | sed -e "s,^$libname$shrext\\\\.,," \
5404 if test -n "$ver" && test -f "$dir/$libname$shrext.$ver"; then
5406 found_so="$dir/$libname$shrext.$ver"
5447 if test -f "$dir/$libname$shrext"; then
5449 found_so="$dir/$libname$shrext"
5451 if test "$acl_library_names_spec" = '$libname$shrext$versuffix'; then
5453 for f in "$libname$shrext".*; do echo "$f"; done \
5454 | sed -e "s,^$libname$shrext\\\\.,," \
5457 if test -n "$ver" && test -f "$dir/$libname$shrext.$ver"; then
5459 found_so="$dir/$libname$shrext.$ver"