Re: configure sed errors in Mac OS 10.2

On Wed, 08 Jan 2003 15:03:07 +0000
pldms@mac.com wrote:

> 
> pldms@mac.com writes:
> 
> >
> > Trying a quick autoconf I get:
> >
> > sed: 31: /tmp/csBxkXhV/subs-3.sed: filename expected
> > config.status: creating batch/Makefile
> > sed: 31: /tmp/csBxkXhV/subs-3.sed: filename expected
> > config.status: creating tablelib/Makefile
> > sed: 31: /tmp/csBxkXhV/subs-3.sed: filename expected
> > config.status: creating amaya/Makefile
> > sed: 31: /tmp/csBxkXhV/subs-3.sed: filename expected
> > config.status: creating pluginlib/Makefile
> > sed: 31: /tmp/csBxkXhV/subs-3.sed: filename expected
> > config.status: creating annotlib/Makefile
> > sed: 31: /tmp/csBxkXhV/subs-3.sed: filename expected
> >
> > Hmm. Ideas? The only change I can think of is that 10.2 uses bash
> > instead of zsh for its sh, but changing that makes no difference.
> >
> 
> I had a look at the sed script above, which had:
> 
> /@dav_frag@/r 
> s,@dav_frag@,,;t t
> s,@EXTRA_MAKEFILE_IN@,../annotlib/Makefile.in,;t t
> 
> and using --with-dav seems to solve the problem (at least, with my new
> configure). Odd.

That's ok, you can add it. 
I guess your platform doesn't accept empty fragments.
-- 
     Irene.

Received on Wednesday, 8 January 2003 11:21:51 UTC