fix bug with --with-locale
This commit is contained in:
parent
124cdb46fc
commit
736c43f91d
2 changed files with 4 additions and 1 deletions
|
@ -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)
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue