I'm using the AC_FUNC_GETLOADAVG autoconf macro (autoconf 2.53).
The manual sez:
[...] and set `GETLOADAVG_LIBS' to any libraries needed to get that
function. Also add `GETLOADAVG_LIBS' to `LIBS'.
OK, so I added something like this to Makefile.am (is this right?):
GETLOADAVG_LIBS = @GETLOADAVG_LIBS@
That was correctly filled in. But, the second part of this sentence
never came true; GETLOADAVG_LIBS was never added to LIBS.
I can do it myself, but is this a problem with the manual? A bug in the
code? Or, a bug in my reading comprehension?
Thanks...
--
-------------------------------------------------------------------------------
Paul D. Smith <[EMAIL PROTECTED]> Find some GNU make tips at:
http://www.gnu.org http://www.paulandlesley.org/gmake/
"Please remain calm...I may be mad, but I am a professional." --Mad Scientist