help-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: autoconf/automake building a distribution?


From: Ralf Wildenhues
Subject: Re: autoconf/automake building a distribution?
Date: Wed, 4 Apr 2007 20:20:27 +0200
User-agent: Mutt/1.5.13 (2006-08-11)

* 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]