* Pallav Gupta wrote on Wed, Apr 04, 2007 at 07:39:23PM CEST: > > I've tarred the entire directory and it can be downloaded at this link: > > http://purnea.ee.princeton.edu/~pgupta/pics/leda-0.1.tar.gz
Thanks. I think a trailing space after a backslash was the culprit, because with this patch (which also fixes another typo), `make dist' succeeds for me: --- leda-0.1/src/Makefile.am 2007-04-04 19:36:51.000000000 +0200 +++ leda-0.1/src/Makefile.am 2007-04-04 20:06:01.000000000 +0200 @@ -24,7 +24,7 @@ shell.h misc.h \ node.h \ readline.h \ - blifreader.h benchreader.h circuitreader.h \ + blifreader.h benchreader.h circuitreader.h \ circuit.h \ logicsim.h \ - coomon.h leda.h + common.h leda.h The package still won't work with a VPATH build then, so distcheck will also fail. I'm actually suspecting an Autoconf bug with AC_CONFIG_LINKS in the VPATH case ... more on that later. Cheers, Ralf