Re: configure sed errors in Mac OS 10.2
| Newsgroups | gmane.comp.web.amaya.devel |
|---|---|
| Message-ID | <[email protected]> |
[email protected] 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