diff options
author | Kjartan Maraas <kmaraas@gnome.org> | 2001-08-16 23:32:13 +0800 |
---|---|---|
committer | Kjartan Maraas <kmaraas@src.gnome.org> | 2001-08-16 23:32:13 +0800 |
commit | 7fa4db74cb9bb11ea12d6be6a88c6882e67f7021 (patch) | |
tree | cba94311ce4456de9f776d448a10fb36c5eab7db | |
parent | 7e677fe91bbbb14796c63d5d1b9737d951d5ff0d (diff) | |
download | gsoc2013-evolution-7fa4db74cb9bb11ea12d6be6a88c6882e67f7021.tar gsoc2013-evolution-7fa4db74cb9bb11ea12d6be6a88c6882e67f7021.tar.gz gsoc2013-evolution-7fa4db74cb9bb11ea12d6be6a88c6882e67f7021.tar.bz2 gsoc2013-evolution-7fa4db74cb9bb11ea12d6be6a88c6882e67f7021.tar.lz gsoc2013-evolution-7fa4db74cb9bb11ea12d6be6a88c6882e67f7021.tar.xz gsoc2013-evolution-7fa4db74cb9bb11ea12d6be6a88c6882e67f7021.tar.zst gsoc2013-evolution-7fa4db74cb9bb11ea12d6be6a88c6882e67f7021.zip |
Some info on adding --localstatedir to the configure options.
2001-08-16 Kjartan Maraas <kmaraas@gnome.org>
* README: Some info on adding --localstatedir to the configure
options.
svn path=/trunk/; revision=12089
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | README | 5 |
2 files changed, 6 insertions, 1 deletions
@@ -1,5 +1,7 @@ 2001-08-16 Kjartan Maraas <kmaraas@gnome.org> + * 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. @@ -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 |