From 254fb289f318eaedbfe8e3dff4454afd0f66e868 Mon Sep 17 00:00:00 2001 From: markt Date: Thu, 13 Dec 2007 21:15:57 +0000 Subject: fix --with-style configure option --- ChangeLog | 2 ++ configure.in | 2 +- src/Makefile.am | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 1ac500c..0ed65f7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,8 @@ (Format: Year/Month/Day) Changes for 1.0.1: *07/12/13: + * Fix configure option --with-style (thanks Slava Semushin) + configure.in Makefile.am * Close menus only when they lose focus (Mark) MenuCreator.cc FbTk/Menu.cc * Moved command parsing code all over the place -- expect any patches that diff --git a/configure.in b/configure.in index a1d9d49..f8c1137 100644 --- a/configure.in +++ b/configure.in @@ -564,7 +564,7 @@ AC_SUBST(DEFAULT_MENU) AC_ARG_WITH( style, - [ --with-style=path style by default (PREFIX/share/fluxbox/styles/Meta)], + [ --with-style=path style by default (PREFIX/share/fluxbox/styles/bloe)], DEFAULT_STYLE=$with_style, DEFAULT_STYLE=\$\(prefix\)/share/fluxbox/styles/bloe ) diff --git a/src/Makefile.am b/src/Makefile.am index e718092..a1468ba 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -25,7 +25,7 @@ SUBDIRS= FbTk DEFAULT_MENU=@DEFAULT_MENU@ -DEFAULT_STYLE=$(pkgdatadir)/styles/Clean +DEFAULT_STYLE=@DEFAULT_STYLE@ DEFAULT_KEYSFILE=@DEFAULT_KEYS@ DEFAULT_INITFILE=@DEFAULT_INIT@ PROGRAM_PREFIX=@program_prefix@ -- cgit v0.11.2