Commit 1adcd149 by Michael Sokolov Committed by Jeff Law

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

From-SVN: r35207
parent 4eeaee5d
2000-07-23 Michael Sokolov <msokolov@ivan.Harhan.ORG>
* configure (topsrcdir): Don't use dirname.
2000-07-22 Jeffrey Oldham <oldham@codesourcery.com> 2000-07-22 Jeffrey Oldham <oldham@codesourcery.com>
* MAINTAINERS: Add self to Write After Approval list. * MAINTAINERS: Add self to Write After Approval list.
......
...@@ -86,7 +86,7 @@ subdirs= ...@@ -86,7 +86,7 @@ subdirs=
target_alias=NOTARGET target_alias=NOTARGET
target_makefile_frag= target_makefile_frag=
undefs=NOUNDEFS undefs=NOUNDEFS
version="$Revision: 1.24 $" version="$Revision: 1.26 $"
x11=default x11=default
bindir='${exec_prefix}/bin' bindir='${exec_prefix}/bin'
sbindir='${exec_prefix}/sbin' sbindir='${exec_prefix}/sbin'
...@@ -518,7 +518,8 @@ fi ...@@ -518,7 +518,8 @@ fi
configsub=`echo ${progname} | sed 's/configure$/config.sub/'` configsub=`echo ${progname} | sed 's/configure$/config.sub/'`
moveifchange=`echo ${progname} | sed 's/configure$/move-if-change/'` 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. # this is a hack. sun4 must always be a valid host alias or this will fail.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment