Re: Nested Packages: dependencies between autoconfiscated packages

2011-07-17 Thread Ralf Wildenhues
Hello Vítor, * Vítor da Rosa wrote on Sun, Jul 10, 2011 at 03:45:17AM CEST: > Suppose that instead of having arm and hand packages, my project > application has body as main package and trunk, arm and leg as > subpackages (autoconfiscated packages), such as the following > directory hierarchy: >

Nested Packages: dependencies between autoconfiscated packages

2011-07-10 Thread Vítor da Rosa
Hello, I am facing a problem with subpackages (autoconfiscated) which have library and header dependencies between them. I will try to explain my problem based on a nested package example similiar to the arm and hand example, described in 7.4 Nesting Packages from GNU Automake Manual. Suppose tha

configure.gnu script and nested packages

2008-03-20 Thread L. A. Pritchett-Sheats
Hello - I have some questions about nesting packages and configure.gnu My project looks like foo/ src/ <-- My source packageA/ <-- GSL package packageB/ <-- OOL package PackageB depends on PackageA and my source depends on both. Each package has a configure script. PackageB's

Re: nested packages

2006-04-20 Thread Ralf Wildenhues
Hi Bob, * Bob Rossi wrote on Fri, Apr 14, 2006 at 02:52:53AM CEST: > On Thu, Apr 13, 2006 at 09:58:33AM +0200, Ralf Wildenhues wrote: > > * Bob Rossi wrote on Thu, Apr 13, 2006 at 02:57:48AM CEST: > > > > > > I'm confused now, sorry. Should I use AC_CONFIG_SUBDIRS to configure the > > > library o

Re: nested packages

2006-04-14 Thread Bob Rossi
> > I'm not interested in having it installed unless the package is > > being configured on it's own. (Unless the library install dir is the > > same as CGDB's installed dir --prefix=). > > OK, that should be fine. Thanks for the help. This seems to work wonderfully for me! Bob Rossi _

Re: nested packages

2006-04-13 Thread Bob Rossi
On Thu, Apr 13, 2006 at 09:58:33AM +0200, Ralf Wildenhues wrote: > Hi Bob, > > * Bob Rossi wrote on Thu, Apr 13, 2006 at 02:57:48AM CEST: > > On Wed, Apr 12, 2006 at 10:48:15PM +0200, Ralf Wildenhues wrote: > > > * Stepan Kasal wrote on Wed, Apr 12, 2006 at 10:41:58PM CEST: > > > > On Wed, Apr 12,

Re: nested packages

2006-04-13 Thread Ralf Wildenhues
Hi Bob, * Bob Rossi wrote on Thu, Apr 13, 2006 at 02:57:48AM CEST: > On Wed, Apr 12, 2006 at 10:48:15PM +0200, Ralf Wildenhues wrote: > > * Stepan Kasal wrote on Wed, Apr 12, 2006 at 10:41:58PM CEST: > > > On Wed, Apr 12, 2006 at 08:39:41AM +0200, Ralf Wildenhues wrote: > > > > * Bob Rossi wrote o

Re: nested packages

2006-04-12 Thread Bob Rossi
On Wed, Apr 12, 2006 at 10:48:15PM +0200, Ralf Wildenhues wrote: > Hi Stepan, > > * Stepan Kasal wrote on Wed, Apr 12, 2006 at 10:41:58PM CEST: > > On Wed, Apr 12, 2006 at 08:39:41AM +0200, Ralf Wildenhues wrote: > > > * Bob Rossi wrote on Wed, Apr 12, 2006 at 03:42:51AM CEST: > > > > [...] I woul

Re: nested packages

2006-04-12 Thread Ralf Wildenhues
Hi Stepan, * Stepan Kasal wrote on Wed, Apr 12, 2006 at 10:41:58PM CEST: > On Wed, Apr 12, 2006 at 08:39:41AM +0200, Ralf Wildenhues wrote: > > * Bob Rossi wrote on Wed, Apr 12, 2006 at 03:42:51AM CEST: > > > [...] I would like to avoid having to run ./configure > > > twice for the installation of

Re: nested packages

2006-04-12 Thread Stepan Kasal
Hello, On Wed, Apr 12, 2006 at 08:39:41AM +0200, Ralf Wildenhues wrote: > * Bob Rossi wrote on Wed, Apr 12, 2006 at 03:42:51AM CEST: > > [...] I would like to avoid having to run ./configure > > twice for the installation of CGDB. do you know about AC_CONFIG_SUBDIRS? With this macro, the outer co

Re: nested packages

2006-04-11 Thread Ralf Wildenhues
Hi Bob, * Bob Rossi wrote on Wed, Apr 12, 2006 at 03:42:51AM CEST: > > I have 2 projects, CGDB and libgdbmi. CGDB depends on libgdbmi. I would > like to make libgdbmi an autoconf package so that other people can > benefit from it. > > Is there a nice way to have CGDB's package use libgdbmi's pac

Re: nested packages

2006-04-11 Thread Russell Shaw
Bob Rossi wrote: Hi, I have 2 projects, CGDB and libgdbmi. CGDB depends on libgdbmi. I would like to make libgdbmi an autoconf package so that other people can benefit from it. Is there a nice way to have CGDB's package use libgdbmi's package as if it were all 1 package? I would like to avoid h

nested packages

2006-04-11 Thread Bob Rossi
Hi, I have 2 projects, CGDB and libgdbmi. CGDB depends on libgdbmi. I would like to make libgdbmi an autoconf package so that other people can benefit from it. Is there a nice way to have CGDB's package use libgdbmi's package as if it were all 1 package? I would like to avoid having to run ./conf