43963c9 AUTOMAKE: Use portable way to link with gettext

1 file Authored by lslebodn 10 years ago, Committed by jhrozek 10 years ago,
1 file changed. 4 lines added. 1 lines removed.
    AUTOMAKE: Use portable way to link with gettext
    
    Function gettext needn't be included in libc, it can be part of another
    library. Autotools macro AM_GNU_GETTEXT generate makefile variables
    (LIBINTL, LTLIBINTL), which contain necessary linker flags.
    
    checking for GNU gettext in libc... no
    checking for iconv... yes
    checking for GNU gettext in libintl... yes
    checking whether to use NLS... yes
    checking where the gettext function comes from... external libintl
    
        
file modified
+4 -1