monit-general
[Top][All Lists]
Advanced

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

Re: time offsets


From: Rory Toma
Subject: Re: time offsets
Date: 14 Aug 2002 13:17:18 -0700

I decided I wanted to split the difference, and do the following:

if test "$ARCH" = "FREEBSD"
then
        LIBS="-pthread $LIBS"
        EXTRA_DEFINES="-DHAVE_TM_GMTOFF"
fi

then have util.c as the test against HAVE_TM_GMTOFF. However, I can't
seem to get the EXTRA_DEFINES into the Makefile at all. I would suspect
that in Makefile.in:

DEFINES         = address@hidden@ @EXTRA_DEFINES@ 

that this would work, but it does not. How do I get the extra value
specified in configure.in into the Makefile?

-- 
Rory Toma               address@hidden
VP of Run Level 5       http://www.trs80.net
Digeo Digital           http://www.digeo.com

Attachment: signature.asc
Description: This is a digitally signed message part


reply via email to

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