On Tue, Oct 23, 2012 at 06:35:20PM +0100, Rudra Banerjee wrote:
> looks like no way (yet)!
No way (I'd say, ever) for autotools since -- as others have already
written -- they have a very different scope.
After you ask about apt-get -- why, you already can 1.
dpkg-checkbuilddeps to see missing de
On 10/23/2012 06:19 PM, Hartmut Holzgraefe wrote:
On 23.10.2012 18:05, Rudra Banerjee wrote:
I don't know if this is asking too much from autotools, but is it anyway
possible to install missing dependency files via autotools?
say, in my program, I use libsoup as
#include
is it possible for a
On 23.10.2012 18:05, Rudra Banerjee wrote:
> I don't know if this is asking too much from autotools, but is it anyway
> possible to install missing dependency files via autotools?
> say, in my program, I use libsoup as
> #include
>
> is it possible for autotools to install libsoup if it is miss
Hmm,
looks like no way (yet)!
On Tue, 2012-10-23 at 11:29 -0600, Eric Blake wrote:
> On 10/23/2012 11:19 AM, Dan Kegel wrote:
> > On Tue, Oct 23, 2012 at 9:05 AM, Rudra Banerjee
> > wrote:
> >> I don't know if this is asking too much from autotools, but is it anyway
> >> possible to install mis
On 10/23/2012 11:19 AM, Dan Kegel wrote:
> On Tue, Oct 23, 2012 at 9:05 AM, Rudra Banerjee wrote:
>> I don't know if this is asking too much from autotools, but is it anyway
>> possible to install missing dependency files via autotools?
>> say, in my program, I use libsoup as
>> #include
>>
>>
On Tue, Oct 23, 2012 at 9:05 AM, Rudra Banerjee wrote:
> I don't know if this is asking too much from autotools, but is it anyway
> possible to install missing dependency files via autotools?
> say, in my program, I use libsoup as
> #include
>
> is it possible for autotools to install libsoup i
Dear friends,
I don't know if this is asking too much from autotools, but is it anyway
possible to install missing dependency files via autotools?
say, in my program, I use libsoup as
#include
is it possible for autotools to install libsoup if it is missing?