annotate modules/gettext-h @ 40186:8964917f9574

autoupdate
author Karl Berry <karl@freefriends.org>
date Mon, 18 Feb 2019 08:02:49 -0800
parents b5800f8c8973
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
5965
cd3c62f1332e Support programs like Emacs that use gnulib but not gettext.
Paul Eggert <eggert@cs.ucla.edu>
parents:
diff changeset
1 Description:
18232
b5800f8c8973 gettext: mark as obsolete
Daiki Ueno <ueno@gnu.org>
parents: 17713
diff changeset
2 Translate messages to user's native language if GNU gettext is also used.
5965
cd3c62f1332e Support programs like Emacs that use gnulib but not gettext.
Paul Eggert <eggert@cs.ucla.edu>
parents:
diff changeset
3
cd3c62f1332e Support programs like Emacs that use gnulib but not gettext.
Paul Eggert <eggert@cs.ucla.edu>
parents:
diff changeset
4 Files:
cd3c62f1332e Support programs like Emacs that use gnulib but not gettext.
Paul Eggert <eggert@cs.ucla.edu>
parents:
diff changeset
5 lib/gettext.h
cd3c62f1332e Support programs like Emacs that use gnulib but not gettext.
Paul Eggert <eggert@cs.ucla.edu>
parents:
diff changeset
6
cd3c62f1332e Support programs like Emacs that use gnulib but not gettext.
Paul Eggert <eggert@cs.ucla.edu>
parents:
diff changeset
7 Depends-on:
cd3c62f1332e Support programs like Emacs that use gnulib but not gettext.
Paul Eggert <eggert@cs.ucla.edu>
parents:
diff changeset
8
cd3c62f1332e Support programs like Emacs that use gnulib but not gettext.
Paul Eggert <eggert@cs.ucla.edu>
parents:
diff changeset
9 configure.ac:
8649
ca75eb69fcf4 Fix linking of test programs with libintl or not.
Bruno Haible <bruno@clisp.org>
parents: 5965
diff changeset
10 AC_SUBST([LIBINTL])
ca75eb69fcf4 Fix linking of test programs with libintl or not.
Bruno Haible <bruno@clisp.org>
parents: 5965
diff changeset
11 AC_SUBST([LTLIBINTL])
5965
cd3c62f1332e Support programs like Emacs that use gnulib but not gettext.
Paul Eggert <eggert@cs.ucla.edu>
parents:
diff changeset
12
cd3c62f1332e Support programs like Emacs that use gnulib but not gettext.
Paul Eggert <eggert@cs.ucla.edu>
parents:
diff changeset
13 Makefile.am:
cd3c62f1332e Support programs like Emacs that use gnulib but not gettext.
Paul Eggert <eggert@cs.ucla.edu>
parents:
diff changeset
14 lib_SOURCES += gettext.h
cd3c62f1332e Support programs like Emacs that use gnulib but not gettext.
Paul Eggert <eggert@cs.ucla.edu>
parents:
diff changeset
15
cd3c62f1332e Support programs like Emacs that use gnulib but not gettext.
Paul Eggert <eggert@cs.ucla.edu>
parents:
diff changeset
16 Include:
cd3c62f1332e Support programs like Emacs that use gnulib but not gettext.
Paul Eggert <eggert@cs.ucla.edu>
parents:
diff changeset
17 "gettext.h"
cd3c62f1332e Support programs like Emacs that use gnulib but not gettext.
Paul Eggert <eggert@cs.ucla.edu>
parents:
diff changeset
18
8649
ca75eb69fcf4 Fix linking of test programs with libintl or not.
Bruno Haible <bruno@clisp.org>
parents: 5965
diff changeset
19 Link:
ca75eb69fcf4 Fix linking of test programs with libintl or not.
Bruno Haible <bruno@clisp.org>
parents: 5965
diff changeset
20 $(LTLIBINTL) when linking with libtool, $(LIBINTL) otherwise
ca75eb69fcf4 Fix linking of test programs with libintl or not.
Bruno Haible <bruno@clisp.org>
parents: 5965
diff changeset
21
5965
cd3c62f1332e Support programs like Emacs that use gnulib but not gettext.
Paul Eggert <eggert@cs.ucla.edu>
parents:
diff changeset
22 License:
9091
d19ce23d01b0 Use the synonymous term "LGPLv2+".
Bruno Haible <bruno@clisp.org>
parents: 8649
diff changeset
23 LGPLv2+
5965
cd3c62f1332e Support programs like Emacs that use gnulib but not gettext.
Paul Eggert <eggert@cs.ucla.edu>
parents:
diff changeset
24
cd3c62f1332e Support programs like Emacs that use gnulib but not gettext.
Paul Eggert <eggert@cs.ucla.edu>
parents:
diff changeset
25 Maintainer:
17713
1f14c6dd175d Bruno Haible has stepped down as maintainer.
Paul Eggert <eggert@cs.ucla.edu>
parents: 9091
diff changeset
26 all