* configure (topsrcdir): Don't use dirname.

This commit is contained in:
Jeff Law
2000-07-23 17:42:34 +00:00
parent 9fb628fc57
commit 20b9d598ea
2 changed files with 6 additions and 1 deletions

3
configure vendored
View File

@@ -518,7 +518,8 @@ fi
configsub=`echo ${progname} | sed 's/configure$/config.sub/'`
moveifchange=`echo ${progname} | sed 's/configure$/move-if-change/'`
topsrcdir=`cd \`dirname ${progname}\`; pwd`
## the sed command below emulates the dirname command
topsrcdir=`cd \`echo ${progname} | sed -e 's,[^/]*$,,;s,/$,,;s,^$,.,'\`; pwd`
# this is a hack. sun4 must always be a valid host alias or this will fail.