Merge lp:~robert-ancell/intltool/remove-am-gnu-gettext into lp:intltool

Proposed by Robert Ancell
Status: Merged
Merged at revision: 737
Proposed branch: lp:~robert-ancell/intltool/remove-am-gnu-gettext
Merge into: lp:intltool
Diff against target: 57 lines (+2/-24)
1 file modified
doc/I18N-HOWTO (+2/-24)
To merge this branch: bzr merge lp:~robert-ancell/intltool/remove-am-gnu-gettext
Reviewer Review Type Date Requested Status
dobey (community) Approve
Review via email: mp+114274@code.launchpad.net
To post a comment you must log in.
Revision history for this message
dobey (dobey) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'doc/I18N-HOWTO'
2--- doc/I18N-HOWTO 2008-07-23 14:25:20 +0000
3+++ doc/I18N-HOWTO 2012-07-10 21:22:22 +0000
4@@ -50,7 +50,7 @@
5 AM_INIT_AUTOMAKE($PACKAGE, $VERSION)
6 to configure.in, just after AC_INIT
7
8- Change AC_CONFIG_HEADER to AM_CONFIG_HEADER as well.
9+ Change AC_CONFIG_HEADERS to AM_CONFIG_HEADER as well.
10
11 If you have an empty AC_CONFIG_FILES macro, then comment that, or automake
12 will fail in the next step.
13@@ -92,13 +92,7 @@
14 The gettext macros need to be added after the initial checks.
15 Putting them after the checks for library functions is a good idea.
16
17- IT_PROG_INTLTOOL(0.26)
18-
19- AM_GNU_GETTEXT([external]) # Only one of these two macro calls
20- AM_GLIB_GNU_GETTEXT # is needed to set up your project
21-
22- ALL_LINGUAS="da nl" # Internationalization, means there is
23- # a .po file for danish and dutch.
24+ IT_PROG_INTLTOOL(0.50.0)
25
26 AC_OUTPUT(
27 Makefile
28@@ -111,19 +105,6 @@
29 Please require the latest intltool that exists. Intltool releases
30 are pretty stable and often only contains bugfixes.
31
32- AM_GNU_GETTEXT adds native language support to automake, together
33- with a compile option.
34-
35- AM_GNU_GETTEXT will check for additional required functions and
36- programs and will finally create po/POTFILES during configure.
37-
38- Instead of AM_GNU_GETTEXT you can use AM_GLIB_GNU_GETTEXT, which
39- will do a few less things than AM_GNU_GETTEXT, but does more than
40- enough for what intltool needs to work.
41-
42- You do NOT need to use both AM_GNU_GETTEXT and AM_GLIB_GNU_GETTEXT
43- together though. Only one of them will suffice.
44-
45 The text domain is identified by PACKAGE. We will need to add a few
46 functions later on to helloworld.c that will use this #define'd variable.
47
48@@ -135,9 +116,6 @@
49
50 da nl
51
52- NOTE: These used to be in configure.{in,ac} in the ALL_LINGUAS
53- variable. This is deprecated since gettext 0.11
54-
55 9. Run
56 aclocal
57 to make sure that the necessary autoconf and automake macros

Subscribers

People subscribed via source and target branches