diff options
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | configure.in | 2 | ||||
-rw-r--r-- | src/Makefile.am | 2 |
3 files changed, 4 insertions, 2 deletions
@@ -1,6 +1,8 @@ | |||
1 | (Format: Year/Month/Day) | 1 | (Format: Year/Month/Day) |
2 | Changes for 1.0.1: | 2 | Changes for 1.0.1: |
3 | *07/12/13: | 3 | *07/12/13: |
4 | * Fix configure option --with-style (thanks Slava Semushin) | ||
5 | configure.in Makefile.am | ||
4 | * Close menus only when they lose focus (Mark) | 6 | * Close menus only when they lose focus (Mark) |
5 | MenuCreator.cc FbTk/Menu.cc | 7 | MenuCreator.cc FbTk/Menu.cc |
6 | * Moved command parsing code all over the place -- expect any patches that | 8 | * 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) | |||
564 | 564 | ||
565 | AC_ARG_WITH( | 565 | AC_ARG_WITH( |
566 | style, | 566 | style, |
567 | [ --with-style=path style by default (PREFIX/share/fluxbox/styles/Meta)], | 567 | [ --with-style=path style by default (PREFIX/share/fluxbox/styles/bloe)], |
568 | DEFAULT_STYLE=$with_style, | 568 | DEFAULT_STYLE=$with_style, |
569 | DEFAULT_STYLE=\$\(prefix\)/share/fluxbox/styles/bloe | 569 | DEFAULT_STYLE=\$\(prefix\)/share/fluxbox/styles/bloe |
570 | ) | 570 | ) |
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 @@ | |||
25 | 25 | ||
26 | SUBDIRS= FbTk | 26 | SUBDIRS= FbTk |
27 | DEFAULT_MENU=@DEFAULT_MENU@ | 27 | DEFAULT_MENU=@DEFAULT_MENU@ |
28 | DEFAULT_STYLE=$(pkgdatadir)/styles/Clean | 28 | DEFAULT_STYLE=@DEFAULT_STYLE@ |
29 | DEFAULT_KEYSFILE=@DEFAULT_KEYS@ | 29 | DEFAULT_KEYSFILE=@DEFAULT_KEYS@ |
30 | DEFAULT_INITFILE=@DEFAULT_INIT@ | 30 | DEFAULT_INITFILE=@DEFAULT_INIT@ |
31 | PROGRAM_PREFIX=@program_prefix@ | 31 | PROGRAM_PREFIX=@program_prefix@ |