all repos — fluxbox @ 736c43f91dacc0ad4a7df92f76971ed9f79c9617

custom fork of the fluxbox windowmanager

fix bug with --with-locale
simonb simonb
commit

736c43f91dacc0ad4a7df92f76971ed9f79c9617

parent

124cdb46fcd969cda47d6a5b040db077080af3fd

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

jump to
M ChangeLogChangeLog

@@ -1,6 +1,9 @@

(Format: Year/Month/Day) Changes for 1.0.0: *07/08/05: + * Fix error passing --with-locale path in ./configure (Simon) + sf.net bug #1708859 + configure.in * Add missing translation strings (Simon) - Thanks tenner (de_*) - Thanks bobbens (es_ES)
M configure.inconfigure.in

@@ -590,7 +590,7 @@ # we have to expand locale_path in the config.h file, but NOT in the makefiles!

AC_ARG_WITH( locale, [ --with-locale=path location for nls files (PREFIX/share/fluxbox/nls)], - LOCALE_PATH=$with_locale_path + LOCALE_PATH=$with_locale AC_DEFINE_UNQUOTED(LOCALEPATH, "$LOCALE_PATH", "location for nls files") , LOCALE_PATH=\$\(prefix\)/share/fluxbox/nls