diff options
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | configure.in | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -1,6 +1,9 @@ | |||
1 | (Format: Year/Month/Day) | 1 | (Format: Year/Month/Day) |
2 | Changes for 1.0.0: | 2 | Changes for 1.0.0: |
3 | *07/08/05: | 3 | *07/08/05: |
4 | * Fix error passing --with-locale path in ./configure (Simon) | ||
5 | sf.net bug #1708859 | ||
6 | configure.in | ||
4 | * Add missing translation strings (Simon) | 7 | * Add missing translation strings (Simon) |
5 | - Thanks tenner (de_*) | 8 | - Thanks tenner (de_*) |
6 | - Thanks bobbens (es_ES) | 9 | - Thanks bobbens (es_ES) |
diff --git a/configure.in b/configure.in index d3f0f07..d51541f 100644 --- a/configure.in +++ b/configure.in | |||
@@ -590,7 +590,7 @@ AC_SUBST(DEFAULT_INIT) | |||
590 | AC_ARG_WITH( | 590 | AC_ARG_WITH( |
591 | locale, | 591 | locale, |
592 | [ --with-locale=path location for nls files (PREFIX/share/fluxbox/nls)], | 592 | [ --with-locale=path location for nls files (PREFIX/share/fluxbox/nls)], |
593 | LOCALE_PATH=$with_locale_path | 593 | LOCALE_PATH=$with_locale |
594 | AC_DEFINE_UNQUOTED(LOCALEPATH, "$LOCALE_PATH", "location for nls files") | 594 | AC_DEFINE_UNQUOTED(LOCALEPATH, "$LOCALE_PATH", "location for nls files") |
595 | , | 595 | , |
596 | LOCALE_PATH=\$\(prefix\)/share/fluxbox/nls | 596 | LOCALE_PATH=\$\(prefix\)/share/fluxbox/nls |