From d4374f5d25bdd94ad037b178a82a6f4ac2d48556 Mon Sep 17 00:00:00 2001
From: fluxgen <fluxgen>
Date: Sat, 2 Mar 2002 10:34:55 +0000
Subject: update

---
 README       | 2 +-
 configure.in | 4 ++--
 data/init.in | 5 ++---
 3 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/README b/README
index 0c4e60c..6d6793d 100644
--- a/README
+++ b/README
@@ -21,7 +21,7 @@ To disable tabs and/or iconbar just  change it in configure menu.
 
 To use your own configuration:
 Create a directorory, in your homedir, called .fluxbox
-and copy: init, titlebar and menu from fluxbox datapath.
+and copy: init, keys and menu from fluxbox datapath.
 Dont forget to change session.menuFile and session.titlebarFile
 in the file init.
 
diff --git a/configure.in b/configure.in
index 7a0a795..d710bc7 100644
--- a/configure.in
+++ b/configure.in
@@ -1,7 +1,7 @@
 dnl configure.in for Fluxbox  - created from configure.in Blackbox 0.61.1
 dnl Initialize autoconf and automake
 AC_INIT(src/main.cc)
-AM_INIT_AUTOMAKE(fluxbox,0.1.7-pre,no-define)
+AM_INIT_AUTOMAKE(fluxbox,0.1.7,no-define)
 
 dnl Determine default prefix
 test x$prefix = "xNONE" && prefix="$ac_default_prefix"
@@ -230,7 +230,7 @@ GNOME=""
 AC_MSG_CHECKING([whether to have GNOME support])
 AC_ARG_ENABLE(
   gnome,
-[  --enable-gnome            GNOME support [default=no] (DEVELOPMENT)],
+[  --enable-gnome            GNOME support [default=no]],
   if test x$enableval = "xyes"; then
     AC_MSG_RESULT([yes])
     GNOME="-DGNOME"
diff --git a/data/init.in b/data/init.in
index e3f84d4..752da23 100644
--- a/data/init.in
+++ b/data/init.in
@@ -24,11 +24,10 @@ session.screen0.tab.width:	64
 session.screen0.tab.height:	16
 session.opaqueMove:	False
 session.autoRaiseDelay:	250
-session.menuFile:	@pkgdatadir@/menu
+session.menuFile:	~/.fluxbox/menu
 session.cacheLife:	5
 session.styleFile:	@pkgdatadir@/styles/Clean
-session.titlebarFile:	@pkgdatadir@/titlebar
-session.keyFile: @pkgdatadir@/keys
+session.keyFile: ~/.fluxbox/keys
 session.colorsPerChannel:	4
 session.doubleClickInterval:	250
 session.cacheMax:	200
-- 
cgit v0.11.2