monit-general
[Top][All Lists]
Advanced

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

Re: Automake?


From: Jan-Henrik Haukeland
Subject: Re: Automake?
Date: 20 Aug 2002 13:15:36 +0200
User-agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Civil Service)

This looks very good, but, um, to build a new package do we have to
run autoconf and then autogen.sh?

What happened to PIDDIR in monitor.h ? This variable should be
substituted from configure with either with /etc or /var/run. You
still need to use AC_SUBST(PID_DIR) don't you?  This variable is used
in file.c:init_files as MYPIDDIR.

Mark Ferlatte <address@hidden> writes:

> Here's a first pass at an autoconf reworking.  This patch doesn't remove
> the ARCH settings yet, it just lays foundation so that they can be
> removed later.
> 
> The main changes are:
> 
> configure.in renamed to configure.ac, and re-written.
> 
> autogen.sh added.  This script causes all of the auto* files to be
> generated (like config.h.in, missing, etc).
> 
> monitor.h.in reworked to use config.h, and renamed to monitor.h (for
> PIDDIR).
> 
> A couple of minor modifications to Makefile.in and util.c. (for
> tm.tm_gmtoff checking).
> 
> Patch was against CVS as of today.  I'm not sure if you want to apply it
> as is, or wait for me to make more changes to the source.  I figured it
> might be easier to keep things syncronized if this initial change was in
> CVS.
> 
> M
> 

-- 
Jan-Henrik Haukeland




reply via email to

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