autoconf
[Top][All Lists]
Advanced

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

Re: GETLOADAVG_LIBS?


From: Tom Tromey
Subject: Re: GETLOADAVG_LIBS?
Date: 06 May 2002 22:46:00 -0600

>>>>> "Paul" == Paul D Smith <address@hidden> 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



reply via email to

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