Re: AC_CHECK_HEADERS long list error

2002-03-27 Thread David Thompson
This is with autoconf 2.52. David Lars Hecking writes: > > > AC_CHECK_HEADERS( file.h file1.h ... file6.h \ > > file7.h file8.h ... file12.h \ > > file13.h) > > > > However, the code produced by the macro doesn't copy the '\' so it > > sees the newline and obviously breaks. Is there anywa

Re: AC_CHECK_HEADERS long list error

2002-03-27 Thread Lars Hecking
Lars Hecking writes: > > > AC_CHECK_HEADERS( file.h file1.h ... file6.h \ > > file7.h file8.h ... file12.h \ > > file13.h) > > > > However, the code produced by the macro doesn't copy the '\' so it > > sees the newline and obviously breaks. Is there anyway around this > > other than to write

Re: AC_CHECK_HEADERS long list error

2002-03-27 Thread Harlan Stenn
> I did try this and it still didn't help. 'k - it was just a thought. > As for the '\' in quoting; I never tried that... > didn't try that--but now that this has been brought up--somebody in > the know can look at it as a bug and I'll just use multiple > AC_CHECK_HEADERS lines. That's what

Re: AC_CHECK_HEADERS long list error

2002-03-27 Thread David Thompson
I did try this and it still didn't help. As for the '\' in quoting; didn't try that--but now that this has been brought up--somebody in the know can look at it as a bug and I'll just use multiple AC_CHECK_HEADERS lines. At 6:11 PM -0500 3/27/02, Harlan Stenn wrote: >Off the top of my head and

Re: AC_CHECK_HEADERS long list error

2002-03-27 Thread David Thompson
> AC_CHECK_HEADERS( file.h file1.h ... file6.h \ > file7.h file8.h ... file12.h \ > file13.h) > > However, the code produced by the macro doesn't copy the '\' so it > sees the newline and obviously breaks. Is there anyway around this > other than to write a bunch of AC_CHECK_HEADERS (thus e

Re: AC_CHECK_HEADERS long list error

2002-03-27 Thread Dan Kegel
David Thompson wrote: > > > AC_CHECK_HEADERS( file.h file1.h ... file6.h \ > > file7.h file8.h ... file12.h \ > > file13.h) > > > However, the code produced by the macro doesn't copy the '\' so it > > sees the newline and obviously breaks. Is there anyway around this > > other than to writ

Re: AC_CHECK_HEADERS long list error

2002-03-27 Thread Lars Hecking
> AC_CHECK_HEADERS( file.h file1.h ... file6.h \ > file7.h file8.h ... file12.h \ > file13.h) > > However, the code produced by the macro doesn't copy the '\' so it > sees the newline and obviously breaks. Is there anyway around this > other than to write a bunch of AC_CHECK_HEADERS (thus exp