fix --with-style configure option
This commit is contained in:
parent
b001ea9f1f
commit
254fb289f3
3 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
)
|
||||
|
|
|
@ -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@
|
||||
|
|
Loading…
Reference in a new issue