autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

AC_CHECK_HEADERS long list error


From: David Thompson
Subject: AC_CHECK_HEADERS long list error
Date: Wed, 27 Mar 2002 13:06:19 -0700

If I have a large number of headers to check for with AC_CHECK_HEADERS--say 20 items, I don't want to have to put them all on the same line. So I do something like the following:

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?)

David
--
.............................................................................
David L. Thompson                          The University of Montana
mailto:address@hidden                 Computer Science Department
http://www.cs.umt.edu/u/dthompsn           Missoula, MT  59812
                                           Work Phone : (406)257-8530



reply via email to

[Prev in Thread] Current Thread [Next in Thread]