52c4662281
Mozilla runtime package that can be used to bootstrap XUL+XPCOM applications that are as rich as Firefox and Thunderbird. It will provide mechanisms for installing, upgrading, and uninstalling these applications. XULRunner will also provide libxul, a solution which allows the embedding of Mozilla technologies in other projects and products. WWW: http://developer.mozilla.org/en/docs/XULRunner Most patches obtained from: www/seamonkey
18 lines
591 B
Makefile
18 lines
591 B
Makefile
--- config/autoconf.mk.in.orig Mon Mar 15 22:56:25 2004
|
|
+++ config/autoconf.mk.in Fri Mar 19 15:17:50 2004
|
|
@@ -31,13 +31,13 @@
|
|
prefix = @prefix@
|
|
exec_prefix = @exec_prefix@
|
|
bindir = @bindir@
|
|
-includedir = @includedir@/$(MOZ_APP_NAME)-$(MOZ_APP_VERSION)
|
|
+includedir = @includedir@/%%MOZILLA%%
|
|
libdir = @libdir@
|
|
datadir = @datadir@
|
|
mandir = @mandir@
|
|
idldir = @datadir@/idl/$(MOZ_APP_NAME)-$(MOZ_APP_VERSION)
|
|
|
|
-mozappdir = $(libdir)/$(MOZ_APP_NAME)-$(MOZ_APP_VERSION)
|
|
+mozappdir = $(libdir)/%%MOZILLA%%
|
|
mredir = $(libdir)/mre/mre-$(MOZ_APP_VERSION)
|
|
mrelibdir = $(mredir)/lib
|
|
|