Home | History | Annotate | Download | only in autoconf

Lines Matching refs:dstdir

216   dstdir=`echo "$dst" | sed -e 's,[^/]*$,,;s,/$,,;s,^$,.,'`

221 if test ! -d "$dstdir"; then
229 set - `echo "$dstdir" | sed -e 's@/@%@g' -e 's@^%@/@'`
259 dsttmp=$dstdir/_inst.$$_
260 rmtmp=$dstdir/_rm.$$_
281 { $doit $mvcmd -f "$dsttmp" "$dstdir/$dstfile" 2>/dev/null \
293 if test -f "$dstdir/$dstfile"; then
294 $doit $rmcmd -f "$dstdir/$dstfile" 2>/dev/null \
295 || $doit $mvcmd -f "$dstdir/$dstfile" "$rmtmp" 2>/dev/null \
297 echo "$0: cannot unlink or rename $dstdir/$dstfile" >&2
306 $doit $mvcmd "$dsttmp" "$dstdir/$dstfile"