Re: Include paths: no "-I." please

2007-11-08 Thread Ralf Wildenhues
Hello, * J.T. Conklin wrote on Fri, Nov 09, 2007 at 05:48:04AM CET: > overbored <[EMAIL PROTECTED]> writes: > > How do I tell automake not to pass "-I." to g++/gcc? Thanks in advance. Use the nostdinc option:

Re: Include paths: no "-I." please

2007-11-08 Thread J.T. Conklin
overbored <[EMAIL PROTECTED]> writes: > How do I tell automake not to pass "-I." to g++/gcc? Thanks in advance. > > (The problem is that this project has a string.h, which conflicts with > the standard string.h. Besides, why "-I." in the first place? Is it > because some people prefer #include ove

Re: Data files for unit-testing

2007-11-08 Thread Ralf Wildenhues
* Al Pacifico wrote on Thu, Nov 08, 2007 at 06:31:08PM CET: > On Nov 7, 2007 10:26 PM, Ralf Wildenhues <[EMAIL PROTECTED]> wrote: > > * Al Pacifico wrote on Wed, Nov 07, 2007 at 11:27:41PM CET: > > > What is the best way to distribute data files for use with the check > > > target? > > [...] > > >

Re: Data files for unit-testing

2007-11-08 Thread Al Pacifico
On Nov 7, 2007 10:26 PM, Ralf Wildenhues <[EMAIL PROTECTED]> wrote: > Hello Al, > > * Al Pacifico wrote on Wed, Nov 07, 2007 at 11:27:41PM CET: > > What is the best way to distribute data files for use with the check target? > [...] > > tests/Makefile.am contains: > > TESTS = check_suggest > > chec

Re: Workarounds for "automake does not support info_TEXINFOS being defined conditionally"

2007-11-08 Thread Paolo Bonzini
Ralf Wildenhues wrote: Hello Brooks, * Brooks Moses wrote on Tue, Nov 06, 2007 at 11:19:21PM CET: This resulted in the error quoted in the subject line, "automake does not support info_TEXINFOS being defined conditionally", followed by an Internal Error. Hmm, something got stuck there: