2 Translate messages to user's native language.
8 This module is obsolete. Use the module 'gettext-h' instead to make
9 your program capable of internationalization, when GNU gettext is also
16 m4/intl-thread-locale.m4
21 build-aux/config.rpath
29 AM_GNU_GETTEXT([external])
30 AM_GNU_GETTEXT_VERSION([0.20])
33 # If your project uses "gettextize --intl" to put a source-code
34 # copy of libintl into the package, every Makefile.am needs
35 # -I$(top_builddir)/intl, so that <libintl.h> can be found in this directory.
36 # Here's one way to do this:
37 #AM_CPPFLAGS += -I$(top_builddir)/intl
38 # This option has no effect when the user disables NLS (because then
39 # the intl directory contains no libintl.h file). This option is not
40 # enabled by default because the intl directory might not exist if
41 # your project does not use "gettext --intl", and some compilers
42 # complain about -I options applied to nonexistent directories.
48 $(LTLIBINTL) when linking with libtool, $(LIBINTL) otherwise