Home | History | Annotate | Download | only in conftools

Lines Matching refs:thisdir

4000   thisdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*$%%'\`
4001 test \"x\$thisdir\" = \"x\$file\" && thisdir=.
4003 # Follow symbolic links until we get to the real thisdir.
4008 # If there was a directory component, then change thisdir.
4011 [\\\\/]* | [A-Za-z]:[\\\\/]*) thisdir=\"\$destdir\" ;;
4012 *) thisdir=\"\$thisdir/\$destdir\" ;;
4017 file=\`ls -ld \"\$thisdir/\$file\" | $SED -n 's/.*-> //p'\`
4025 if test \"\$thisdir\" = \".\"; then
4026 thisdir=\`pwd\`
4028 # remove .libs from thisdir
4029 case \"\$thisdir\" in
4030 *[\\\\/]$objdir ) thisdir=\`\$ECHO \"\$thisdir\" | $SED 's%[\\\\/][^\\\\/]*$%%'\` ;;
4031 $objdir ) thisdir=. ;;
4036 absdir=\`cd \"\$thisdir\" && pwd\`
4037 test -n \"\$absdir\" && thisdir=\"\$absdir\"
4043 progdir=\"\$thisdir/$objdir\"
4077 progdir=\"\$thisdir/$objdir\"