Lines Matching refs:shobj_path
2939 shobj_path=
2950 shobj_path=$shobj_libdir/$shobj_name.$SOEXT
2952 shobj_path=`ls -r $shobj_libdir/$shobj_name.$SOEXT* 2>/dev/null | head -1`
2953 if test "$shobj_path" != "" -a -f "$shobj_path"; then
2956 shobj_path=
2959 if test "$shobj_path" != ""; then
2960 echo "$ac_t""$shobj_path" 1>&6
2963 #define $shobj_pathsymbol "$shobj_path"
2969 if test "$shobj_path" = ""; then
2978 shobj_path=
2989 shobj_path=$shobj_libdir/$shobj_name.$SOEXT
2991 shobj_path=`ls -r $shobj_libdir/$shobj_name.$SOEXT* 2>/dev/null | head -1`
2992 if test "$shobj_path" != "" -a -f "$shobj_path"; then
2995 shobj_path=
2998 if test "$shobj_path" != ""; then
2999 echo "$ac_t""$shobj_path" 1>&6
3002 #define $shobj_pathsymbol "$shobj_path"
3008 if test "$shobj_path" = ""; then