Re: How to find out which modules have brought in a particular module

2016-01-14 Thread Matt Rice
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

Re: How to find out which modules have brought in a particular module

2016-01-09 Thread Gavin Smith
> 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

Re: How to find out which modules have brought in a particular module

2016-01-09 Thread Gavin Smith
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

Re: How to find out which modules have brought in a particular module

2015-10-20 Thread Pádraig Brady
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

How to find out which modules have brought in a particular module

2015-10-19 Thread Gavin Smith
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