[PATCH] Make --enable-internationalization default

2012-02-01 Thread Matt Turner
From: Gaetan Nadon mems...@videotron.ca libXaw3d-1.5 was built with internationalization by default and software such as gv and xterm require it. Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=45153 Signed-off-by: Matt Turner matts...@gmail.com --- configure.ac | 12 +++- 1

Re: [PATCH] Make --enable-internationalization default

2012-02-01 Thread Matt Turner
On Wed, Feb 1, 2012 at 12:19 PM, Matt Turner matts...@gmail.com wrote: From: Gaetan Nadon mems...@videotron.ca libXaw3d-1.5 was built with internationalization by default and software such as gv and xterm require it. Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=45153 Signed-off-by:

Re: [PATCH] Make --enable-internationalization default

2012-01-24 Thread Gaetan Nadon
On 12-01-23 06:04 PM, Matt Turner wrote: xterm and gv need it. Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=45153 Signed-off-by: Matt Turner matts...@gmail.com --- configure.ac |6 -- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/configure.ac

Re: [PATCH] Make --enable-internationalization default

2012-01-24 Thread Matt Turner
On Tue, Jan 24, 2012 at 4:45 PM, Thomas Dickey dic...@his.com wrote: Actually the issue relative to xterm was reported over in GenToo this week. Samuli and I are Gentoo developers It seems that xorg changes have broken a more than 10-year old packaging arrangement. Sorry for trying to

Re: [PATCH] Make --enable-internationalization default

2012-01-24 Thread Gaetan Nadon
On 12-01-24 05:06 PM, Matt Turner wrote: On Tue, Jan 24, 2012 at 4:45 PM, Thomas Dickey dic...@his.com wrote: Actually the issue relative to xterm was reported over in GenToo this week. Samuli and I are Gentoo developers It seems that xorg changes have broken a more than 10-year old

Re: [PATCH] Make --enable-internationalization default

2012-01-24 Thread Thomas Dickey
On Tue, Jan 24, 2012 at 01:34:06PM -0500, Gaetan Nadon wrote: On 12-01-23 06:04 PM, Matt Turner wrote: xterm and gv need it. Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=45153 Signed-off-by: Matt Turner matts...@gmail.com --- configure.ac |6 -- 1 files changed, 4

Re: [PATCH] Make --enable-internationalization default

2012-01-24 Thread Thomas Dickey
On Tue, Jan 24, 2012 at 05:06:20PM -0500, Matt Turner wrote: On Tue, Jan 24, 2012 at 4:45 PM, Thomas Dickey dic...@his.com wrote: Actually the issue relative to xterm was reported over in GenToo this week. Samuli and I are Gentoo developers ;-) It seems that xorg changes have broken a

Re: [PATCH] Make --enable-internationalization default

2012-01-24 Thread Matt Turner
On Tue, Jan 24, 2012 at 6:38 PM, Thomas Dickey dic...@his.com wrote: On Tue, Jan 24, 2012 at 05:40:11PM -0500, Gaetan Nadon wrote: On 12-01-24 05:06 PM, Matt Turner wrote: On Tue, Jan 24, 2012 at 4:45 PM, Thomas Dickey dic...@his.com wrote: Actually the issue relative to xterm was reported

Re: [PATCH] Make --enable-internationalization default

2012-01-24 Thread Gaetan Nadon
On 12-01-24 06:52 PM, Matt Turner wrote: The old Xaw3d-1.5 used imake, and the new 1.6 uses autotools, so we didn't realize that internationalization was on-by-default with the old version. So it's settle then. Matt, can you post another patch addressing the comment I made? I'll review it. Xaw

[PATCH] Make --enable-internationalization default

2012-01-23 Thread Matt Turner
xterm and gv need it. Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=45153 Signed-off-by: Matt Turner matts...@gmail.com --- configure.ac |6 -- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 8dd3984..8e47424 100644 ---