>>>>> "Paul" == Paul D Smith <[EMAIL PROTECTED]> writes:
Paul> OK, so I added something like this to Makefile.am (is this right?): Paul> GETLOADAVG_LIBS = @GETLOADAVG_LIBS@ You don't need to do this. Automake already creates a definition like this for every AC_SUBST. Paul> That was correctly filled in. But, the second part of this Paul> sentence never came true; GETLOADAVG_LIBS was never added to Paul> LIBS. You need to do this part. Automake doesn't try to guess what things you might want to link against. Tom