Searched refs:shrext (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/grub/grub2/build-aux/
H A Dconfig.rpath31 shrext=.so
504 shrext=.dll
507 shrext=.dylib
522 shrext=.so
525 shrext=.sl
528 shrext=.sl
565 shrext=.dll
585 shlibext=`echo "$shrext" | sed -e 's,^\.,,'`
/osnet-11/usr/src/grub/grub2/
H A Dconfigure7844 shrext=".$acl_shlibext" # typically: shrext=.so
7846 shrext=
7851 if test -f "$dir/$libname$shrext"; then
7853 found_so="$dir/$libname$shrext"
7855 if test "$acl_library_names_spec" = '$libname$shrext$versuffix'; then
7857 for f in "$libname$shrext".*; do echo "$f"; done \
7858 | sed -e "s,^$libname$shrext\\\\.,," \
7861 if test -n "$ver" && test -f "$dir/$libname$shrext.$ver"; then
7863 found_so="$dir/$libname$shrext
[all...]

Completed in 28 milliseconds