Re: subdirs that should not be configured

2009-07-09 Thread Nicolas Bock
Hi John, thanks for the advice. I thought there might be a mechanism built into automake and autoconf to express this paradigm, but the command line option solution is great! Thanks, nick On Thu, 2009-07-09 at 11:39 -0600, John Calcote wrote: > Hi Nicolas, > > On 7/9/2009 11:13 AM, Nicolas Bo

Re: problem with make maintainer-clean while doing static linking

2009-07-09 Thread Ralf Wildenhues
Hi Vincent, * Vincent Torri wrote on Thu, Jul 09, 2009 at 08:28:50AM CEST: > We have a library that uses modules. These modules can be shared lib > or can be statically linked to the library. We use that tree > structure: > > evas > src > lib > modules > loaders > png > > the l

Re: subdirs that should not be configured

2009-07-09 Thread John Calcote
Hi Nicolas, On 7/9/2009 11:13 AM, Nicolas Bock wrote: Hello list, I have the following problem: I want to add an external package to our own package. The external package is already configured in the sense that its maintainer ran "make dist" and I simply untared the tar file into some directory

subdirs that should not be configured

2009-07-09 Thread Nicolas Bock
Hello list, I have the following problem: I want to add an external package to our own package. The external package is already configured in the sense that its maintainer ran "make dist" and I simply untared the tar file into some directory underneath our source tree. I add that directory to AC_C