[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[patches] glibc_localedef fix for new autoconf
- To: patches@xxxxxxxxxx
- Subject: [patches] glibc_localedef fix for new autoconf
- From: "Joseph S. Myers" <joseph@xxxxxxxxxxxxxxxx>
- Date: Mon, 3 Aug 2009 19:51:13 +0000 (UTC)
I've applied this glibc_localedef patch to avoid a warning from configure
after the autoconf update.
Index: Makefile.in
===================================================================
--- Makefile.in (revision 8757)
+++ Makefile.in (working copy)
@@ -8,6 +8,7 @@
prefix = @prefix@
exec_prefix = @exec_prefix@
libdir = @libdir@
+datarootdir = @datarootdir@
datadir = @datadir@
objdir = .
Index: ChangeLog.eglibc
===================================================================
--- ChangeLog.eglibc (revision 8757)
+++ ChangeLog.eglibc (working copy)
@@ -1,3 +1,7 @@
+2009-08-03 Joseph Myers <joseph@xxxxxxxxxxxxxxxx>
+
+ * Makefile.in (datarootdir): Define.
+
2008-11-13 Joseph Myers <joseph@xxxxxxxxxxxxxxxx>
* include/bits/libc-tsd.h (__libc_tsd_define): Add extra
--
Joseph S. Myers
joseph@xxxxxxxxxxxxxxxx