xclock: Changes to 'master'

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


 Clock.c      |    2 
 config.rpath |  666 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 configure.ac |    4 
 3 files changed, 669 insertions(+), 3 deletions(-)

New commits:
commit 45e936174e39637c09cd10c0a5c6f8752ee2d709
Author: Yaakov Selkowitz <yselkowitz at users.sourceforge.net>
Date:   Tue Aug 23 19:05:20 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