build fails w/ sed errors



--Barton

> >> default_sharedirs=`find share -type d | sort | egrep -v
> >> 'share$|CVS|/fortran' | sed 's;share/\(.*\);"\1";' | tr '\n' ' '`
> > That seems to make the errors go away.
> Can someone else test this on Windows? 

I tried this using Windows XP + msys, but I got the same sed errors. I can 
still do a pure Lisp
build, but that's all. I tired a few fixes, but I think I mostly made a 
mess. I tried installing
cygwin, but the cygwin install just stalled (yesterday, I think).

-bw