diff options
author | Carlos O'Donell <carlos@systemhalted.org> | 2015-11-27 10:09:45 -0500 |
---|---|---|
committer | Carlos O'Donell <carlos@systemhalted.org> | 2015-11-27 10:22:38 -0500 |
commit | 90fe682d3067163aa773feecf497ef599429457a (patch) | |
tree | 112e4c0c097305fc1d82681b15592f0f8456f6ba /config.make.in | |
parent | 977a30801f61b7bbc27e8f185c1e7eb49675c60c (diff) | |
download | glibc-90fe682d3067163aa773feecf497ef599429457a.tar glibc-90fe682d3067163aa773feecf497ef599429457a.tar.gz glibc-90fe682d3067163aa773feecf497ef599429457a.tar.bz2 glibc-90fe682d3067163aa773feecf497ef599429457a.zip |
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.
Diffstat (limited to 'config.make.in')
-rw-r--r-- | config.make.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.make.in b/config.make.in index ba9c60dcaa..05ed6eca4b 100644 --- a/config.make.in +++ b/config.make.in @@ -12,7 +12,7 @@ datadir = @datadir@ libdir = @libdir@ slibdir = @libc_cv_slibdir@ rtlddir = @libc_cv_rtlddir@ -localedir = @libc_cv_localedir@ +complocaledir = @libc_cv_complocaledir@ sysconfdir = @libc_cv_sysconfdir@ libexecdir = @libexecdir@ rootsbindir = @libc_cv_rootsbindir@ |