all repos — fluxbox @ 254fb289f318eaedbfe8e3dff4454afd0f66e868

custom fork of the fluxbox windowmanager

fix --with-style configure option
markt markt
commit

254fb289f318eaedbfe8e3dff4454afd0f66e868

parent

b001ea9f1feb32a878b95a0b78c3fb0240f6df68

3 files changed, 4 insertions(+), 2 deletions(-)

jump to
M ChangeLogChangeLog

@@ -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
M configure.inconfigure.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 )
M src/Makefile.amsrc/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@