fix bug with --with-locale

This commit is contained in:
simonb 2007-08-04 18:30:10 +00:00
parent 124cdb46fc
commit 736c43f91d
2 changed files with 4 additions and 1 deletions

View file

@ -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)

View file

@ -590,7 +590,7 @@ AC_SUBST(DEFAULT_INIT)
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