On Mon, 2011-08-22 at 14:34 -0500, Yaakov (Cygwin/X) wrote: > From: Yaakov Selkowitz <yselkow...@users.sourceforge.net> > > AC_SEARCH_LIBS does not detect GNU libiconv because its symbols are > exported in the "libiconv" namespace instead of "iconv". The AM_ICONV > macro correctly detects both glibc and GNU libiconv, defines > HAVE_ICONV, > ICONV_CONST, and LIBICONV depending on the system. The config.rpath > file is required by this macro. > > This adds a dependency on the aclocal macros from gettext > (gettext-devel > in some distros) when building from git, but not when building from a > tarball. > --- > config.rpath | 690 > ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ > configure.ac | 5 +- > xwininfo.c | 2 +- > 3 files changed, 693 insertions(+), 4 deletions(-) > create mode 100755 config.rpath > >
.CC Jeremy as I vaguely recall some particularities about gettext. Consider using the patch for xclock as it searches for iconv as well. Reviewed-by: Gaetan Nadon <mems...@videotron.ca>
signature.asc
Description: This is a digitally signed message part
_______________________________________________ xorg-devel@lists.x.org: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel