view modules/gettext @ 4816:07ab22e0779a

(alloca): xmalloc cannot return NULL, so don't test for that.
author Paul Eggert <eggert@cs.ucla.edu>
date Mon, 27 Oct 2003 07:12:11 +0000
parents 3cb468809e1f
children dccb891364fe
line wrap: on
line source

Description:
Translate messages to user's native language.

Files:
lib/gettext.h
m4/codeset.m4
m4/gettext.m4
m4/glibc21.m4
m4/iconv.m4
m4/intdiv0.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/nls.m4
m4/po.m4
m4/progtest.m4
m4/stdint_h.m4
m4/uintmax_t.m4
m4/ulonglong.m4
config/config.rpath

Depends-on:

configure.ac:
AM_GNU_GETTEXT([external])

Makefile.am:
lib_SOURCES += gettext.h

Include:
"gettext.h"

Maintainer:
Bruno Haible