Re: distcheck missing files

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

 



On 05/20/2013 01:24 AM, Kip Warner wrote:
> Hey list,
> 
> My autotool'd project configure and builds fine. When I run distcheck
> target, I notice that some tests fail because it is missing files that
> ought to be in 'Tests/'. 

distcheck is provided by automake, not autoconf; perhaps you'll get
better answers from the automake list or from reading the automake manual.

> 
> I checked my projects Makefile.am and, consistent with what I took from
> chapter 14.1 of the manual, I made sure that the directory containing my
> test files ('Tests/') was present in the EXTRA_DIST variable. If I'm not
> mistaken, listing 'Tests' in that variable should copy everything
> recursively in that folder which is what I want.
> 
> What am I doing wrong?

Without seeing your actual Makefile.am, I can only guess that perhaps
you made your EXTRA_DIST conditional?  I've been bitten by that in some
of my own projects, where a conditional EXTRA_DIST impacts what goes
into the tarball according to the configure options used, even though
that is generally a bad idea (you want the tarball to be independent of
configure options).

-- 
Eric Blake   eblake redhat com    +1-919-301-3266
Libvirt virtualization library http://libvirt.org

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
Autoconf mailing list
Autoconf@xxxxxxx
https://lists.gnu.org/mailman/listinfo/autoconf

[Index of Archives]     [GCC Help]     [Kernel Discussion]     [RPM Discussion]     [Red Hat Development]     [Yosemite News]     [Linux USB]     [Samba]

  Powered by Linux