> 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 expanding the > configure code a bunch?) Just leave out the '\'.
- AC_CHECK_HEADERS long list error David Thompson
- Re: AC_CHECK_HEADERS long list error Lars Hecking
- Re: AC_CHECK_HEADERS long list error Lars Hecking
- Re: AC_CHECK_HEADERS long list error David Thompson
- Re: AC_CHECK_HEADERS long list error Dan Kegel
- Re: AC_CHECK_HEADERS long list error David Thompson
- Re: AC_CHECK_HEADERS long list error Harlan Stenn
- Re: AC_CHECK_HEADERS long list error David Thompson