Re: apt-get/yum like dependency installation in autotool

2012-10-26 Thread Baurzhan Ismagulov
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

apt-get/yum like dependency installation in autotool

2012-10-23 Thread Rudra Banerjee
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 libsoup/soup.h is it possible for autotools to install libsoup if it is missing?

Re: apt-get/yum like dependency installation in autotool

2012-10-23 Thread Dan Kegel
On Tue, Oct 23, 2012 at 9:05 AM, Rudra Banerjee bnrj.ru...@yahoo.com 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 libsoup/soup.h is it possible for

Re: apt-get/yum like dependency installation in autotool

2012-10-23 Thread Eric Blake
On 10/23/2012 11:19 AM, Dan Kegel wrote: On Tue, Oct 23, 2012 at 9:05 AM, Rudra Banerjee bnrj.ru...@yahoo.com 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

Re: apt-get/yum like dependency installation in autotool

2012-10-23 Thread Rudra Banerjee
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 bnrj.ru...@yahoo.com wrote: I don't know if this is asking too much from autotools, but is it anyway possible to

Re: apt-get/yum like dependency installation in autotool

2012-10-23 Thread Hartmut Holzgraefe
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 libsoup/soup.h is it possible for autotools to install libsoup if

Re: apt-get/yum like dependency installation in autotool

2012-10-23 Thread Ralf Corsepius
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 libsoup/soup.h is it