Lines Matching refs:shrext
1812 shrext=".$acl_shlibext" # typically: shrext=.so
1814 shrext=
1821 if test -f "$dir/$libname$shrext"; then
1823 found_so="$dir/$libname$shrext"
1825 if test "$acl_library_names_spec" = '$libname$shrext$versuffix'; then
1827 for f in "$libname$shrext".*; do echo "$f"; done \
1828 | sed -e "s,^$libname$shrext\\\\.,," \
1831 if test -n "$ver" && test -f "$dir/$libname$shrext.$ver"; then
1833 found_so="$dir/$libname$shrext.$ver"
1868 if test -f "$dir/$libname$shrext"; then
1870 found_so="$dir/$libname$shrext"
1872 if test "$acl_library_names_spec" = '$libname$shrext$versuffix'; then
1874 for f in "$libname$shrext".*; do echo "$f"; done \
1875 | sed -e "s,^$libname$shrext\\\\.,," \
1878 if test -n "$ver" && test -f "$dir/$libname$shrext.$ver"; then
1880 found_so="$dir/$libname$shrext.$ver"