monit-general
[Top][All Lists]
Advanced

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

Re: README v1.5 - darwin build note


From: rory
Subject: Re: README v1.5 - darwin build note
Date: Wed, 04 Jun 2003 15:03:08 -0000

>
> For starters, autoconf doesn't #define PACKAGE_VERSION in config.h (or
> anywhere else) for me, and monitor.h needs it so that VERSION gets a
> value.  No one else has mentioned this so it must be me; I can't
> imagine how it couldn't have gotten noticed if it isn't.  Anyway, I
> just added this under AC_INIT in configure.ac:
>       AC_DEFINE([PACKAGE_VERSION], "3.3",
>               [This release version.])
>

Seems like a properly placed #ifndef solves this. Some programs, like
mysql, define all the PACKAGE stuff in their own header files.





reply via email to

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