X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fgettext;h=b8f03da6b6cdd7d85433f32e9caac63c6e9dce0b;hb=9d5fcc62b3ae5309a5be907ca53511d13760e9c1;hp=315f789090336a838b8a78b3a04a91420769bbec;hpb=740e9a30efda7c5323b31860c249b2d9f778209c;p=gnulib.git diff --git a/modules/gettext b/modules/gettext index 315f78909..b8f03da6b 100644 --- a/modules/gettext +++ b/modules/gettext @@ -1,34 +1,50 @@ Description: +Translate messages to user's native language. Files: -lib/gettext.h m4/codeset.m4 m4/gettext.m4 +m4/glibc2.m4 m4/glibc21.m4 m4/iconv.m4 m4/intdiv0.m4 +m4/intmax.m4 m4/inttypes.m4 m4/inttypes_h.m4 m4/inttypes-pri.m4 m4/isc-posix.m4 m4/lcmessage.m4 -m4/lib-ld.m4 -m4/lib-link.m4 -m4/lib-prefix.m4 +m4/longdouble.m4 +m4/longlong.m4 +m4/nls.m4 +m4/po.m4 +m4/printf-posix.m4 m4/progtest.m4 +m4/signed.m4 +m4/size_max.m4 m4/stdint_h.m4 m4/uintmax_t.m4 m4/ulonglong.m4 -config.rpath +m4/wchar_t.m4 +m4/wint_t.m4 +m4/xsize.m4 +build-aux/config.rpath Depends-on: +gettext-h +havelib configure.ac: AM_GNU_GETTEXT([external]) +AM_GNU_GETTEXT_VERSION([0.14.5]) Makefile.am: -lib_SOURCES += gettext.h Include: "gettext.h" +License: +LGPL + +Maintainer: +Bruno Haible