<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.26.0">
</HEAD>
<BODY>
On Fri, 2011-02-04 at 13:56 -0800, Jeremy Huddleston wrote:<BR>
<BLOCKQUOTE TYPE=CITE>
    <TT><FONT COLOR="#737373">&gt;&gt; It looks like libXpm ... does not honor --disable-nls.</FONT></TT><BR>
    <BR>
</BLOCKQUOTE>
and it does not need to. <BR>
<BR>
The libXpm package has a minimalist custom configuration to locate the gettext function in the intl library provided by the intltool. The sxpm and cxpm apps have isolated translatable strings into separate files. These messages strings have not been translated and are not installed in share/locale.<BR>
<BR>
The package does not use AM_GNU_GETTEXT and therefore the disable-nls option does not exist. The nls support cannot be more disabled than it is now. This option comes from the nls.m4 macro installed by AM_GNU_GETTEXT in the package m4 directory for those who use the macro.<BR>
<BR>
The correct fix for this situation is to remove this option from the command line when configuring libXpm. I would not recommend spending effort in adding nls support so it can be disabled by this option.<BR>
<BR>
</BODY>
</HTML>