Re: autogen on macosx/darwin

2001-11-03 Thread akim
On Sat, Nov 03, 2001 at 12:29:47PM -0800, Bruce Korb wrote: > Todd Gureckis wrote: > > [[...]] the configure/automake seems unable to correctly > > generate the Makefiles. after running configure > > on my machine the Makefiles are empty. there is a message from sed in > > the ./configure output:

Re: autogen on macosx/darwin

2001-11-03 Thread Bruce Korb
Todd Gureckis wrote: > sed: file /tmp/cs17028-9759/subs-2.sed line 7: Unterminated `s' command > config.status: creating agen5/Makefile > > [minsk:/tmp/cs17028-9759] gureckis% cat subs-2.sed > :t >/@[a-zA-Z_][a-zA-Z_0-9]*@/!b > s,@AUTOMAKE@,automake,;t t > s,@AUTOHEADER@,autoheader,;t t > s,

Re: autogen on macosx/darwin

2001-11-03 Thread Bruce Korb
Todd Gureckis wrote: > [[...]] the configure/automake seems unable to correctly > generate the Makefiles. after running configure > on my machine the Makefiles are empty. there is a message from sed in > the ./configure output: > > configure: creating ./config.status > config.status: creating Ma