Re: distcheck missing files

2013-05-20 Thread Kip Warner
On Mon, 2013-05-20 at 19:36 -0700, Kip Warner wrote: > Lastly, at the end of my ./configure, I'd like to output a general > summary of parameters the build will be created with. One of those is > whether NLS was enabled. Is there a way to check for $enable_nls without > having to manually define it

Re: distcheck missing files

2013-05-20 Thread Kip Warner
On Mon, 2013-05-20 at 23:25 +0100, Gavin Smith wrote: > > As far as I know, it isn't being conditionally modified. Here's the > > Makefile.am: > > > > > > You have > > # Manually add these things to distribution package when dist target is run... > EXTRA_DIST = >

Re: distcheck missing files

2013-05-20 Thread Gavin Smith
On Mon, May 20, 2013 at 8:05 PM, Kip Warner wrote: >> 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 accordi

Re: distcheck missing files

2013-05-20 Thread Kip Warner
On Mon, 2013-05-20 at 08:44 -0600, Eric Blake wrote: > distcheck is provided by automake, not autoconf; perhaps you'll get > better answers from the automake list or from reading the automake manual. Hey Eric. You're right, perhaps the automake mailing list would have been better. I should also ha

Re: distcheck missing files

2013-05-20 Thread Eric Blake
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

distcheck missing files

2013-05-20 Thread Kip Warner
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/'. I checked my projects Makefile.am and, consistent with what I took from chapter 14.1 of the manual, I made sure that the