This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug build/14259] --localedir arg to configure is ignored


https://sourceware.org/bugzilla/show_bug.cgi?id=14259

--- Comment #13 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> ---
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  90fe682d3067163aa773feecf497ef599429457a (commit)
      from  977a30801f61b7bbc27e8f185c1e7eb49675c60c (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=90fe682d3067163aa773feecf497ef599429457a

commit 90fe682d3067163aa773feecf497ef599429457a
Author: Carlos O'Donell <carlos@systemhalted.org>
Date:   Fri Nov 27 10:09:45 2015 -0500

    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.

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog                                          |   27 ++++++++++++++++++++
 Makeconfig                                         |    9 +++---
 aclocal.m4                                         |    2 +-
 config.make.in                                     |    2 +-
 configure                                          |    2 +-
 configure.ac                                       |    2 +-
 locale/Makefile                                    |    7 +++-
 locale/findlocale.c                                |    2 +-
 locale/loadarchive.c                               |    2 +-
 locale/programs/locale.c                           |   20 +++++++++-----
 locale/programs/localedef.c                        |    6 ++--
 locale/programs/locarchive.c                       |    2 +-
 localedata/Makefile                                |    2 +-
 sysdeps/gnu/configure                              |    2 +-
 sysdeps/unix/sysv/linux/aarch64/configure          |    2 +-
 sysdeps/unix/sysv/linux/mips/configure             |    4 +-
 .../unix/sysv/linux/powerpc/powerpc64/configure    |    2 +-
 sysdeps/unix/sysv/linux/s390/s390-64/configure     |    2 +-
 sysdeps/unix/sysv/linux/sparc/sparc64/configure    |    2 +-
 sysdeps/unix/sysv/linux/x86_64/64/configure        |    2 +-
 sysdeps/unix/sysv/linux/x86_64/x32/configure       |    2 +-
 21 files changed, 70 insertions(+), 33 deletions(-)

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]