[ sigh ]

> --- Makefile.in.orig  2007-01-11 23:04:46.000000000 +0100
> +++ Makefile.in
> @@ -61,7 +61,7 @@ PROG                = monit
>  
>  INCDIR               = -I. -I./device -I./http -I./process -I./protocols
>  LIB          = @LEXLIB@ @LIBS@
> -DEFINES              = [EMAIL PROTECTED]@
> +DEFINES              = [EMAIL PROTECTED]@ -DSYSCONFDIR="\"@[EMAIL 
> PROTECTED]""N

                                                                  ^^^
                                                                  this
is obviously wrong. Please replace this patch-ac with the one appended.

ciao
     Klaus

$NetBSD$

C source files must be told where the "sysconfdir" is.

--- Makefile.in.orig    2007-01-11 23:04:46.000000000 +0100
+++ Makefile.in
@@ -61,7 +61,7 @@ PROG          = monit
 
 INCDIR         = -I. -I./device -I./http -I./process -I./protocols
 LIB            = @LEXLIB@ @LIBS@
-DEFINES                = [EMAIL PROTECTED]@
+DEFINES                = [EMAIL PROTECTED]@ -DSYSCONFDIR="\"@[EMAIL 
PROTECTED]""
 
 # ------------------------------------------------------------------- #
 
_______________________________________________
monit-dev mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/monit-dev

Reply via email to