patches/gst-01-gettext.diff
author yippi
Mon, 27 Sep 2010 21:07:51 +0000
changeset 20108 51df67ca9307
parent 14943 b6c6d97ba9b4
permissions -rw-r--r--
I had these modules listed as being owned by me, but they are really owned by wangke, correcting.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
14943
b6c6d97ba9b4 2009-01-20 Brian Cameron <[email protected]>
yippi
parents: 9490
diff changeset
     1
--- gstreamer-0.10.22/configure.ac-orig	2009-01-19 20:28:01.308323000 -0600
b6c6d97ba9b4 2009-01-20 Brian Cameron <[email protected]>
yippi
parents: 9490
diff changeset
     2
+++ gstreamer-0.10.22/configure.ac	2009-01-19 20:28:34.193246000 -0600
b6c6d97ba9b4 2009-01-20 Brian Cameron <[email protected]>
yippi
parents: 9490
diff changeset
     3
@@ -63,8 +63,13 @@ AC_SUBST(ACLOCAL_AMFLAGS, "-I common/m4"
5518
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
     4
 
6623
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents: 5518
diff changeset
     5
 dnl set up gettext
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents: 5518
diff changeset
     6
 dnl the version check needs to stay here because autopoint greps for it
14943
b6c6d97ba9b4 2009-01-20 Brian Cameron <[email protected]>
yippi
parents: 9490
diff changeset
     7
-AM_GNU_GETTEXT_VERSION([0.17])
6623
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents: 5518
diff changeset
     8
-AM_GNU_GETTEXT([external])
7884
dc73e60da430 fix bug 6447036 for remaining issues
yy154373
parents: 7876
diff changeset
     9
+ALL_LINGUAS="cs de es fr hu it ja ko pl pt_BR ru sv zh_CN zh_HK zh_TW"
5518
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
    10
+AM_GLIB_GNU_GETTEXT
7876
9ef48230ddec Fix bug 6447036
yy154373
parents: 6623
diff changeset
    11
+AC_PROG_INTLTOOL
5518
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
    12
+USE_INCLUDED_LIBINTL=no
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
    13
+AC_SUBST(USE_INCLUDED_LIBINTL)
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
    14
+BUILD_INCLUDED_LIBINTL=no
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
    15
+AC_SUBST(BUILD_INCLUDED_LIBINTL)
9490
a0071a531c29 2007-03-08 Damien Carbery <[email protected]>
dcarbery
parents: 7884
diff changeset
    16
 AG_GST_GETTEXT([gstreamer-$GST_MAJORMINOR])
5518
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
    17
 
6623
2833871c2271 2006-01-19 Brian Cameron <[email protected]>
bc99092
parents: 5518
diff changeset
    18
 dnl *** check for arguments to configure ***