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: > > > > configure: creating ./config.status > > config.status: creating Makefile > > sed: file /tmp/cs29575-17041/subs-1.sed line 37: Unterminated `s' command > [[...]] > > I have tried it using both the sed that Apple ships and with the GNU sed > > version 3.02. > > My guess is that the sed script has an unterminated `s' command. ;-) > The question is not, "Which version of sed do you have?", but > "Where is `configure' going awry in constructing the sed commands?"
This is a well known problem. Remove all the CDPATH assignments from Automake's macros.