From 90fe682d3067163aa773feecf497ef599429457a Mon Sep 17 00:00:00 2001 From: Carlos O'Donell Date: Fri, 27 Nov 2015 10:09:45 -0500 Subject: Rename localedir to complocaledir (bug 14259). In preparation to fix the --localedir configure argument we must move the existing conflicting definition of localedir to a more appropriate name. Given that all current internal uses of localedir relate to the compiled locales we rename to complocaledir. --- aclocal.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'aclocal.m4') diff --git a/aclocal.m4 b/aclocal.m4 index abc34d2315..3d64f7773d 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -296,7 +296,7 @@ case "$prefix" in if test "$libdir" = '${exec_prefix}/lib'; then libdir='${exec_prefix}/$1'; # Locale data can be shared between 32-bit and 64-bit libraries. - libc_cv_localedir='${exec_prefix}/lib/locale' + libc_cv_complocaledir='${exec_prefix}/lib/locale' fi ;; esac]) -- cgit 1.4.1