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. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index cd37433..ab18e5d 100644 --- a/configure.ac +++ b/configure.ac @@ -1763,7 +1763,7 @@ fi AC_SUBST(libc_cv_slibdir) AC_SUBST(libc_cv_rtlddir) -AC_SUBST(libc_cv_localedir) +AC_SUBST(libc_cv_complocaledir) AC_SUBST(libc_cv_sysconfdir) AC_SUBST(libc_cv_localstatedir) AC_SUBST(libc_cv_rootsbindir) -- cgit v1.1