2000-02-23 00:06:06 +00:00
|
|
|
--- Makefile.in.orig Tue Feb 22 00:06:41 2000
|
|
|
|
+++ Makefile.in Tue Feb 22 11:13:20 2000
|
|
|
|
@@ -134,7 +134,7 @@
|
1999-10-14 05:03:17 +00:00
|
|
|
|
2000-02-23 00:06:06 +00:00
|
|
|
SUBDIRS = po intl idl libefs bonobo storage-modules components samples gshell tools tests
|
1999-10-14 05:03:17 +00:00
|
|
|
|
|
|
|
-confexecdir = $(libdir)
|
|
|
|
+confexecdir = $(sysconfdir)
|
|
|
|
confexec_DATA = bonoboConf.sh
|
|
|
|
|
|
|
|
EXTRA_DIST = bonoboConf.sh.in bonobo.spec.in
|
2000-02-23 00:06:06 +00:00
|
|
|
--- po/Makefile.in.in.orig Mon Feb 21 23:37:16 2000
|
|
|
|
+++ po/Makefile.in.in Tue Feb 22 11:18:13 2000
|
1999-10-14 05:03:17 +00:00
|
|
|
@@ -18,8 +18,8 @@
|
|
|
|
|
|
|
|
prefix = @prefix@
|
|
|
|
exec_prefix = @exec_prefix@
|
|
|
|
-datadir = $(prefix)/@DATADIRNAME@
|
|
|
|
-localedir = $(datadir)/locale
|
|
|
|
+datadir = $(prefix)/share/locale
|
|
|
|
+localedir = $(prefix)/share/locale
|
|
|
|
gnulocaledir = $(prefix)/share/locale
|
|
|
|
gettextsrcdir = $(prefix)/share/gettext/po
|
|
|
|
subdir = po
|