aboutsummaryrefslogtreecommitdiffstats
path: root/omf-install
diff options
context:
space:
mode:
authorChris Toshok <toshok@ximian.com>2001-08-20 05:14:25 +0800
committerChris Toshok <toshok@src.gnome.org>2001-08-20 05:14:25 +0800
commit7c607ae0b8cbaa4b69106063d299719c8fed7882 (patch)
treebddee3c2fea3a599bd878762b4da8a0e9a20d836 /omf-install
parent402218880ebaba874fdbc0f385ed92576d46cb2f (diff)
downloadgsoc2013-evolution-7c607ae0b8cbaa4b69106063d299719c8fed7882.tar
gsoc2013-evolution-7c607ae0b8cbaa4b69106063d299719c8fed7882.tar.gz
gsoc2013-evolution-7c607ae0b8cbaa4b69106063d299719c8fed7882.tar.bz2
gsoc2013-evolution-7c607ae0b8cbaa4b69106063d299719c8fed7882.tar.lz
gsoc2013-evolution-7c607ae0b8cbaa4b69106063d299719c8fed7882.tar.xz
gsoc2013-evolution-7c607ae0b8cbaa4b69106063d299719c8fed7882.tar.zst
gsoc2013-evolution-7c607ae0b8cbaa4b69106063d299719c8fed7882.zip
omf-install/Makefile.am (scrollkeeper_localstate_dir) use
2001-08-19 Chris Toshok <toshok@ximian.com> * omf-install/Makefile.am (scrollkeeper_localstate_dir) use $(SCROLLKEEPER_LOCALSTATE_DIR), and not something based on evolution's local state dir. this should fix the core dumps during install on freebsd and solaris. * configure.in (GLIB_CONFIG): use $GLIB_CONFIG if it's set, otherwise default to glib-config. a cheap solution to get this working on freebsd (where they have glib12-config, but not glib-config.) also, switch all `glib-config`s to `$GLIB_CONFIG`. (SCROLLKEEPER_LOCALSTATE_DIR): use scrollkeeper-config to figure this out, and AC_SUBST so omf-install/Makefile.am can use it. svn path=/trunk/; revision=12227
Diffstat (limited to 'omf-install')
-rw-r--r--omf-install/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/omf-install/Makefile.am b/omf-install/Makefile.am
index ee542a8598..dbd8e62240 100644
--- a/omf-install/Makefile.am
+++ b/omf-install/Makefile.am
@@ -1,5 +1,5 @@
omf_dest_dir=$(datadir)/omf/evolution
-scrollkeeper_localstate_dir = $(localstatedir)/scrollkeeper
+scrollkeeper_localstate_dir = $(SCROLLKEEPER_LOCALSTATE_DIR)
install-data-local:
$(mkinstalldirs) $(DESTDIR)$(omf_dest_dir)