Re: [Lurker-users] configure erroring out on Mac OS X
Brought to you by:
terpstra
|
From: Wesley W. T. <we...@te...> - 2002-07-16 23:58:43
|
On Tue, Jun 18, 2002 at 04:33:39PM +0200, terpstra wrote: > On Mon, Jun 17, 2002 at 10:50:20PM -0700, Timothy Perfitt wrote: > > configure: creating ./config.status > > config.status: creating Makefile > > sed: 40: /tmp/cs25072-29455/subs-1.sed: unescaped newline > > inside substitute pattern > > I have the same problem now on the sourceforge system. > Ok, I have tracked it down to this change (in autoconf 2.53!): > > diff -r1.32 configure > 1390c1390 > < am_aux_dir=`CDPATH=:; cd $ac_aux_dir && pwd` > --- > > am_aux_dir=`cd $ac_aux_dir && pwd` For completeness I should point out that actually this comes from automake1.5. automake1.4 does not have this bug and it is fixed in automake1.6 so there is no point in filing a bug. (This is mostly for the purposes of the mailing list archive in case people get the wrong idea in the future. :-) -- Wesley W. Terpstra <we...@te...> |