On Tue, Oct 20, 2015 at 6:42 PM, Pádraig Brady wrote:
> On 19/10/15 21:21, Gavin Smith wrote:
> > I'm interested in reducing the number of checks done in a configure
> > script: one way could be to make more use of conditional dependencies
> > between modules. gnulib-tool --add-import lists the m
> Here's basic functionality that shows direct dependencies
Also sending as an attachment in case the diff was mangled in the email.
diff
Description: Binary data
On 21 October 2015 at 02:42, Pádraig Brady wrote:
> There was some work on displaying a graph previously.
> http://lists.gnu.org/archive/html/bug-gnulib/2011-03/msg00276.html
> Something like this is worth adding I think.
>
> cheers,
> Pádraig
Here's basic functionality that shows direct dependen
On 19/10/15 21:21, Gavin Smith wrote:
> I'm interested in reducing the number of checks done in a configure
> script: one way could be to make more use of conditional dependencies
> between modules. gnulib-tool --add-import lists the modules which were
> used and which were brought in as dependenci
I'm interested in reducing the number of checks done in a configure
script: one way could be to make more use of conditional dependencies
between modules. gnulib-tool --add-import lists the modules which were
used and which were brought in as dependencies. However, there are
some things I'd like to