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 /Makeconfig | |
parent | Better workaround for aliases of *_finite symbols in vector math library. (diff) | |
download | 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 'Makeconfig')
-rw-r--r-- | Makeconfig | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/Makeconfig b/Makeconfig index 3c5d71e114..76947c6808 100644 --- a/Makeconfig +++ b/Makeconfig @@ -190,11 +190,12 @@ zonedir = $(datadir)/zoneinfo endif inst_zonedir = $(install_root)$(zonedir) -# Where to install the locale files. -ifndef localedir -localedir = $(libdir)/locale +# Where to install the compiled binary locale archive and compiled +# binary locale files. +ifndef complocaledir +complocaledir = $(libdir)/locale endif -inst_localedir = $(install_root)$(localedir) +inst_complocaledir = $(install_root)$(complocaledir) # Where to install the message catalog data files (which are # machine-independent). |