Lines Matching refs:shrext
1936 shrext=".$acl_shlibext" # typically: shrext=.so
1938 shrext=
1945 if test -f "$dir/$libname$shrext"; then
1947 found_so="$dir/$libname$shrext"
1949 if test "$acl_library_names_spec" = '$libname$shrext$versuffix'; then
1951 for f in "$libname$shrext".*; do echo "$f"; done \
1952 | sed -e "s,^$libname$shrext\\\\.,," \
1955 if test -n "$ver" && test -f "$dir/$libname$shrext.$ver"; then
1957 found_so="$dir/$libname$shrext.$ver"
1992 if test -f "$dir/$libname$shrext"; then
1994 found_so="$dir/$libname$shrext"
1996 if test "$acl_library_names_spec" = '$libname$shrext$versuffix'; then
1998 for f in "$libname$shrext".*; do echo "$f"; done \
1999 | sed -e "s,^$libname$shrext\\\\.,," \
2002 if test -n "$ver" && test -f "$dir/$libname$shrext.$ver"; then
2004 found_so="$dir/$libname$shrext.$ver"