Lines Matching refs:shrext
535 shrext=".$acl_shlibext" # typically: shrext=.so
537 shrext=
544 if test -f "$dir/$libname$shrext"; then
546 found_so="$dir/$libname$shrext"
548 if test "$acl_library_names_spec" = '$libname$shrext$versuffix'; then
550 for f in "$libname$shrext".*; do echo "$f"; done \
551 | sed -e "s,^$libname$shrext\\\\.,," \
554 if test -n "$ver" && test -f "$dir/$libname$shrext.$ver"; then
556 found_so="$dir/$libname$shrext.$ver"
591 if test -f "$dir/$libname$shrext"; then
593 found_so="$dir/$libname$shrext"
595 if test "$acl_library_names_spec" = '$libname$shrext$versuffix'; then
597 for f in "$libname$shrext".*; do echo "$f"; done \
598 | sed -e "s,^$libname$shrext\\\\.,," \
601 if test -n "$ver" && test -f "$dir/$libname$shrext.$ver"; then
603 found_so="$dir/$libname$shrext.$ver"