Re: configure sed errors in Mac OS 10.2

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.

Damian

Received on Wednesday, 8 January 2003 10:03:11 UTC