repo.or.cz
/
gnulib.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Avoid "warning: The macro `AC_DECL_SYS_SIGLIST' is obsolete".
[gnulib.git]
/
modules
/
gettext-h
blob
72bdcb284d2c2e2409bfaab5309cc7e3a6d9e5c2
1
Description:
2
Translate messages to user's native language if GNU gettext is also used.
3
4
Files:
5
lib/gettext.h
6
7
Depends-on:
8
9
configure.ac:
10
AC_SUBST([LIBINTL])
11
AC_SUBST([LTLIBINTL])
12
13
Makefile.am:
14
lib_SOURCES += gettext.h
15
16
Include:
17
"gettext.h"
18
19
Link:
20
$(LTLIBINTL) when linking with libtool, $(LIBINTL) otherwise
21
22
License:
23
LGPLv2+
24
25
Maintainer:
26
all