da14c0cfbf
The Sunbird Project is a redesign of the Calendar component. The goal is to produce a cross platform standalone calendar application based on Mozilla's XUL user interface language. At the moment the Sunbird name is a project name. It is not official and may change in the future. The intended user is someone who uses Mozilla Firefox and Mozilla Thunderbird and wants a calendar application based on Mozilla. Ok with wiz. I'll add a -gtk1 version later this week.
21 lines
734 B
Text
21 lines
734 B
Text
$NetBSD: patch-aa,v 1.1.1.1 2006/02/05 21:56:24 ghen Exp $
|
|
|
|
--- config/autoconf.mk.in.orig 2006-02-02 16:57:57.000000000 +0100
|
|
+++ config/autoconf.mk.in
|
|
@@ -54,13 +54,13 @@ MOZ_APP_VERSION = @MOZ_APP_VERSION@
|
|
prefix = @prefix@
|
|
exec_prefix = @exec_prefix@
|
|
bindir = @bindir@
|
|
-includedir = @includedir@/$(MOZ_APP_NAME)-$(MOZ_APP_VERSION)
|
|
+includedir = @includedir@/$(MOZILLA_PKG_NAME)
|
|
libdir = @libdir@
|
|
datadir = @datadir@
|
|
mandir = @mandir@
|
|
-idldir = @datadir@/idl/$(MOZ_APP_NAME)-$(MOZ_APP_VERSION)
|
|
+idldir = @datadir@/idl/$(MOZILLA_PKG_NAME)
|
|
|
|
-mozappdir = $(libdir)/$(MOZ_APP_NAME)-$(MOZ_APP_VERSION)
|
|
+mozappdir = $(libdir)/$(MOZILLA_PKG_NAME)
|
|
mredir = $(libdir)/mre/mre-$(MOZ_APP_VERSION)
|
|
mrelibdir = $(mredir)/lib
|
|
|