fix --with-style configure option
markt markt
3 files changed,
4 insertions(+),
2 deletions(-)
M
ChangeLog
→
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
M
configure.in
→
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 )
M
src/Makefile.am
→
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@