This is the mail archive of the libc-alpha@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]

[PATCH] Honor --localedir.


---
 ChangeLog    |    4 ++++
 configure.in |    1 +
 2 files changed, 5 insertions(+)

diff --git a/ChangeLog b/ChangeLog
index 0e8b883..3660507 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2013-03-05  Ludovic CourtÃs  <ludo@gnu.org>
+
+	* configure.in (libc_cv_localedir): Set to $localedir.
+
 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
 
 	* sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Use
diff --git a/configure.in b/configure.in
index c578979..66c7319 100644
--- a/configure.in
+++ b/configure.in
@@ -2099,6 +2099,7 @@ use_ldconfig=no
 ldd_rewrite_script=no
 libc_cv_sysconfdir=$sysconfdir
 libc_cv_localstatedir=$localstatedir
+libc_cv_localedir=$localedir
 libc_cv_gcc_unwind_find_fde=no
 libc_cv_idn=no
 
-- 
1.7.10.4


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