xwininfo: Changes to 'master'

Yaakov Selkowitz yselkowitz at kemper.freedesktop.org
Wed Aug 24 21:10:24 PDT 2011


 config.rpath |  690 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 configure.ac |    5 
 xwininfo.c   |    2 
 3 files changed, 693 insertions(+), 4 deletions(-)

New commits:
commit 1410b0f0a9d50973ebfdcc696994ccbd91cea3ae
Author: Yaakov Selkowitz <yselkowitz at users.sourceforge.net>
Date:   Wed Aug 24 23:08:58 2011 -0500

    Use AM_ICONV
    
    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.
    
    Signed-off-by: Yaakov Selkowitz <yselkowitz at users.sourceforge.net>
    Reviewed-by: Gaetan Nadon <memsize at videotron.ca>



More information about the xorg-commit mailing list