Home | History | Annotate | Download | only in conftools

Lines Matching refs:dlname

2300 	dlname=
2371 if test -z "$dlname" ||
2374 # If there is no dlname, no dlopen support or we're linking
2436 # Otherwise, use the dlname, so that lt_dlopen finds it.
2437 elif test -n "$dlname"; then
2438 newdlprefiles="$newdlprefiles $dir/$dlname"
2591 # use dlname if we got it. it's perfectly good, no?
2592 if test -n "$dlname"; then
2593 soname="$dlname"
3842 dlname=
3917 if test -z "$dlname"; then
3918 dlname=$soname
4184 # If -module or -export-dynamic was specified, set the dlname.
4187 dlname="$soname"
5658 # place dlname in correct position for cygwin
5659 tdlname=$dlname
5660 case $host,$output,$installed,$module,$dlname in
5661 *cygwin*,*lai,yes,no,*.dll | *mingw*,*lai,yes,no,*.dll) tdlname=../bin/$dlname ;;
5671 dlname='$tdlname'
6329 dlname=
6339 if test -z "$dlname"; then
6348 if test -f "$dir/$objdir/$dlname"; then
6351 $echo "$modename: cannot find \`$dlname' in \`$dir' or \`$dir/$objdir'" 1>&2
6514 # " " in the beginning catches empty $dlname
6515 *" $dlname "*) ;;
6516 *) rmfiles="$rmfiles $objdir/$dlname" ;;