Annotation of /trunk/nvu/patches/nvu-0.50-dir.patch
Parent Directory | Revision Log
Revision 153 -
(hide annotations)
(download)
Tue May 8 20:52:56 2007 UTC (17 years, 6 months ago) by niro
File size: 713 byte(s)
Tue May 8 20:52:56 2007 UTC (17 years, 6 months ago) by niro
File size: 713 byte(s)
-import
1 | niro | 153 | --- config/autoconf.mk.in_old 2004-10-16 05:22:43.345006816 +0900 |
2 | +++ config/autoconf.mk.in 2004-10-16 05:23:52.239533256 +0900 | ||
3 | @@ -31,14 +31,14 @@ | ||
4 | prefix = @prefix@ | ||
5 | exec_prefix = @exec_prefix@ | ||
6 | bindir = @bindir@ | ||
7 | -includedir = @includedir@/$(MOZ_APP_NAME)-$(MOZ_APP_VERSION) | ||
8 | +includedir = @includedir@/$(MOZ_APP_NAME) | ||
9 | libdir = @libdir@ | ||
10 | datadir = @datadir@ | ||
11 | mandir = @mandir@ | ||
12 | -idldir = @datadir@/idl/$(MOZ_APP_NAME)-$(MOZ_APP_VERSION) | ||
13 | +idldir = @datadir@/idl/$(MOZ_APP_NAME) | ||
14 | |||
15 | -mozappdir = $(libdir)/$(MOZ_APP_NAME)-$(MOZ_APP_VERSION) | ||
16 | -mredir = $(libdir)/mre/mre-$(MOZ_APP_VERSION) | ||
17 | +mozappdir = $(libdir)/$(MOZ_APP_NAME) | ||
18 | +mredir = $(libdir)/mre/mre | ||
19 | mrelibdir = $(mredir)/lib | ||
20 | |||
21 | DIST = $(DEPTH)/dist |