I am reading about Autotools but I am fairly experienced in writing sh-scripts and I certainly don't know how to write checks for Autoconf. In the manual
Autobook I came to the part where it said:
Quote:
Deciding what to check for is really the central part of writing `configure.in'. Once you've read the Autoconf reference manual, the "how"s of writing a particular test should be fairly clear. The "when"s might remain a mystery -- and it's just as easy to check for too many things as it is to check for too few.
|
This is the first part of
this page and it's the second sentence that bothers me. I haven't read the
"Autoconf reference manual" and I can't find a good one either.
So the question is: How can I learn the "how" in writing checks?
Then maby I can continue to learn the "when". :P