From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeffrey A Law To: msokolov@ivan.Harhan.ORG (Michael Sokolov) Cc: binutils@sources.redhat.com, gcc-patches@gcc.gnu.org, gdb-patches@sources.redhat.com Subject: Re: PATCH to top level: don't use dirname in configure Date: Sun, 23 Jul 2000 10:43:00 -0000 Message-id: <13150.964374198@upchuck> References: <0007231642.AA21279@ivan.Harhan.ORG> X-SW-Source: 2000-07/msg00425.html In message < 0007231642.AA21279@ivan.Harhan.ORG >you write: > Jeffrey A Law wrote: > > > ## this sed command emulates the dirname command > > dstdir=`echo $dst | sed -e 's,[^/]*$,,;s,/$,,;s,^$,.,'` > > > > [...] > > > > Michael -- can you verify the sed command I provided above does the right > > thing for you? > > Yes, it does. > > So would you like a patch like the one below? > > -- > Michael Sokolov Harhan Engineering Laboratory > Public Service Agent International Free Computing Task Force > International Engineering and Science Task Force > 615 N GOOD LATIMER EXPY STE #4 > DALLAS TX 75204-5852 USA > > Phone: +1-214-824-7693 (Harhan Eng Lab office) > E-mail: msokolov@ivan.Harhan.ORG (ARPA TCP/SMTP) (UUCP coming soon) > > 2000-07-23 Michael Sokolov > > * configure (topsrcdir): Don't use dirname. Thanks. Installed. jeff