From 736c43f91dacc0ad4a7df92f76971ed9f79c9617 Mon Sep 17 00:00:00 2001 From: simonb Date: Sat, 4 Aug 2007 18:30:10 +0000 Subject: fix bug with --with-locale --- ChangeLog | 3 +++ configure.in | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index eda0d29..81a4c50 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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) 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) 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 -- cgit v0.11.2