From 7fa4db74cb9bb11ea12d6be6a88c6882e67f7021 Mon Sep 17 00:00:00 2001 From: Kjartan Maraas Date: Thu, 16 Aug 2001 15:32:13 +0000 Subject: Some info on adding --localstatedir to the configure options. 2001-08-16 Kjartan Maraas * README: Some info on adding --localstatedir to the configure options. svn path=/trunk/; revision=12089 --- ChangeLog | 2 ++ README | 5 ++++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 2dc03fd7d2..3c35b4a1a8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2001-08-16 Kjartan Maraas + * README: Some info on adding --localstatedir to the configure + options. * Makefile.am: Added omf-install to the build. * configure.in: Adjust for the move of the user docs. diff --git a/README b/README index 13c16f7630..6c7bc9a13f 100644 --- a/README +++ b/README @@ -69,8 +69,11 @@ type: and remember the answers, and pass them to "configure" or "autogen.sh" when building the other packages you need. Eg: - ./configure --prefix=/usr --sysconfdir=/etc + ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var/lib + --localstatedir is needed to make the docs integrate with scrollkeeper + and needs to point to the directory containing the scrollkeeper indices + which are in: gnome-config --localstatedir If you build in another prefix instead, you will need to set the GNOME_PATH environment variable (and ACLOCAL_FLAGS as well if building -- cgit