Sam Steingold wrote: > $(am__cd) $(top_srcdir) && \ > $(AUTOMAKE) --gnits gllib/Makefile > > the penultimate line must be > > $(am__cd) $(top_srcdir)/src && \ > > how do I effect that?
You can't. Instead, make sure that $(top_srcdir) evaluates to .../clisp/src. Bruno -- In memoriam Pavel Dybenko <http://en.wikipedia.org/wiki/Pavel_Dybenko>