26 lines
892 B
Text
26 lines
892 B
Text
$NetBSD: patch-ab,v 1.10 2002/12/01 15:38:00 salo Exp $
|
|
|
|
--- Makefile.in.orig Wed May 29 11:31:04 2002
|
|
+++ Makefile.in Sun Dec 1 16:25:32 2002
|
|
@@ -23,9 +23,11 @@
|
|
sbindir = @sbindir@
|
|
libexecdir = @libexecdir@
|
|
datadir = @datadir@
|
|
-sysconfdir = @sysconfdir@
|
|
+sysconfdir = @datadir@/examples/@PACKAGE@
|
|
+realsysconfdir = @sysconfdir@
|
|
sharedstatedir = @sharedstatedir@
|
|
localstatedir = @localstatedir@
|
|
+localedir = $(prefix)/share/locale
|
|
libdir = @libdir@
|
|
infodir = @infodir@
|
|
mandir = @mandir@
|
|
@@ -139,7 +141,7 @@
|
|
|
|
CPP = @CPP@
|
|
|
|
-DEFS = -DPKGDATADIR=\"$(pkgdatadir)\" -DSYSCONFDIR=\"$(sysconfdir)\" -DBINDIR=\"$(bindir)\" -DMUTTLOCALEDIR=\"$(datadir)/locale\" -DHAVE_CONFIG_H=1
|
|
+DEFS = -DPKGDATADIR=\"$(pkgdatadir)\" -DSYSCONFDIR=\"$(realsysconfdir)\" -DBINDIR=\"$(bindir)\" -DMUTTLOCALEDIR=\"$(localedir)\" -DHAVE_CONFIG_H=1
|
|
|
|
|
|
INCLUDES = -I. -I$(top_srcdir) $(IMAP_INCLUDES) -Iintl
|