Lines Matching refs:dlname
1869 dlname=
1874 if test -z "$dlname"; then
1884 if test -f "$dir/$objdir/$dlname"; then
1887 if test ! -f "$dir/$dlname"; then
1888 func_fatal_error "cannot find \`$dlname' in \`$dir' or \`$dir/$objdir'"
5518 dlname=
5594 if test -z "$dlname" ||
5597 # If there is no dlname, no dlopen support or we're linking
5664 # Otherwise, use the dlname, so that lt_dlopen finds it.
5665 elif test -n "$dlname"; then
5666 newdlprefiles="$newdlprefiles $dir/$dlname"
5839 # use dlname if we got it. it's perfectly good, no?
5840 if test -n "$dlname"; then
5841 soname="$dlname"
7095 dlname=
7173 if test -z "$dlname"; then
7174 dlname=$soname
7598 # If -module or -export-dynamic was specified, set the dlname.
7601 dlname="$soname"
8335 # place dlname in correct position for cygwin
8344 tdlname=$dlname
8345 case $host,$output,$installed,$module,$dlname in
8351 tdlname=$func_relative_path_result$dlname
8354 tdlname=../bin/$dlname
8366 dlname='$tdlname'
8496 # " " in the beginning catches empty $dlname
8497 *" $dlname "*) ;;
8498 dlname" ;;