Re: GETLOADAVG_LIBS?

2002-05-07 Thread Tom Tromey
> "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

Re: Preventing Overwriting Of Config Files

2002-05-07 Thread Tom Tromey
> "Ollie" == Ollie Cook <[EMAIL PROTECTED]> writes: [ FYI: automake questions should probably go to the automake list ] Ollie> EXTRA_DIST = eximstate.conf Ollie> sysconf_DATA = eximstate.conf eximstated.conf Ollie> When 'make install' is run, eximstated.conf and eximstate.conf are Ollie

Re: GETLOADAVG_LIBS?

2002-05-07 Thread Paul Smith
%% Tom Tromey <[EMAIL PROTECTED]> writes: 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. ntom> You need to do this part. Automake doesn't try to guess what ntom> things you might want to