patches/gst-plugins-bad-01-gettext.diff
author jurikm
Sun, 12 Feb 2012 14:04:10 +0000
changeset 8245 383896da4129
parent 1635 bdf2fe1201c8
permissions -rw-r--r--
SFEsauerbraten.spec: add IPS package name
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1635
bdf2fe1201c8 2009-01-20 Brian Cameron <[email protected]>
yippi
parents: 1269
diff changeset
     1
--- gst-plugins-bad-0.10.10/configure.ac-orig	2009-01-20 12:48:48.408907000 -0600
bdf2fe1201c8 2009-01-20 Brian Cameron <[email protected]>
yippi
parents: 1269
diff changeset
     2
+++ gst-plugins-bad-0.10.10/configure.ac	2009-01-20 12:50:36.973073000 -0600
bdf2fe1201c8 2009-01-20 Brian Cameron <[email protected]>
yippi
parents: 1269
diff changeset
     3
@@ -58,8 +58,12 @@ AC_SUBST(ACLOCAL_AMFLAGS, "-I m4 -I comm
1269
e9f49e1cde70 2008-07-23 Albert Lee <[email protected]>
trisk
parents:
diff changeset
     4
 
e9f49e1cde70 2008-07-23 Albert Lee <[email protected]>
trisk
parents:
diff changeset
     5
 dnl set up gettext
e9f49e1cde70 2008-07-23 Albert Lee <[email protected]>
trisk
parents:
diff changeset
     6
 dnl the version check needs to stay here because autopoint greps for it
1635
bdf2fe1201c8 2009-01-20 Brian Cameron <[email protected]>
yippi
parents: 1269
diff changeset
     7
-AM_GNU_GETTEXT_VERSION([0.17])
1269
e9f49e1cde70 2008-07-23 Albert Lee <[email protected]>
trisk
parents:
diff changeset
     8
-AM_GNU_GETTEXT([external])
e9f49e1cde70 2008-07-23 Albert Lee <[email protected]>
trisk
parents:
diff changeset
     9
+ALL_LINGUAS="cs de es fr hu it ja ko pl pt_BR ru sv zh_CN zh_HK zh_TW"
e9f49e1cde70 2008-07-23 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    10
+AM_GLIB_GNU_GETTEXT
e9f49e1cde70 2008-07-23 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    11
+USE_INCLUDED_LIBINTL=no
e9f49e1cde70 2008-07-23 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    12
+AC_SUBST(USE_INCLUDED_LIBINTL)
e9f49e1cde70 2008-07-23 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    13
+BUILD_INCLUDED_LIBINTL=no
e9f49e1cde70 2008-07-23 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    14
+AC_SUBST(BUILD_INCLUDED_LIBINTL)
1635
bdf2fe1201c8 2009-01-20 Brian Cameron <[email protected]>
yippi
parents: 1269
diff changeset
    15
 AG_GST_GETTEXT([gst-plugins-bad-$GST_MAJORMINOR])
1269
e9f49e1cde70 2008-07-23 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    16
 
e9f49e1cde70 2008-07-23 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    17
 dnl *** check for arguments to configure ***