patches/gphoto2-02-gettext.diff
author rohinis
Tue, 29 Nov 2011 17:32:55 +0000
branchs11express-2010-11
changeset 22234 c23e64da3e06
parent 16875 bc1f000845f8
permissions -rw-r--r--
2011-11-29 Rohini S <[email protected]> * patches/Python26-22-audio.diff: Fixes CVE-2010-1634 * specs/SUNWPython26.spec: Fixes CR 7085446
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
16875
bc1f000845f8 2009-10-28 Harry Fu <[email protected]>
funix
parents:
diff changeset
     1
--- gphoto2-2.4.7/configure.ac.orig	2009-10-27 14:22:12.162164986 +0800
bc1f000845f8 2009-10-28 Harry Fu <[email protected]>
funix
parents:
diff changeset
     2
+++ gphoto2-2.4.7/configure.ac	2009-10-27 14:25:32.606370765 +0800
bc1f000845f8 2009-10-28 Harry Fu <[email protected]>
funix
parents:
diff changeset
     3
@@ -64,11 +64,16 @@ dnl i18n support
bc1f000845f8 2009-10-28 Harry Fu <[email protected]>
funix
parents:
diff changeset
     4
 dnl ---------------------------------------------------------------------------
bc1f000845f8 2009-10-28 Harry Fu <[email protected]>
funix
parents:
diff changeset
     5
 GP_GETTEXT_HACK([],[Lutz Müller and others],[${MAIL_GPHOTO_TRANSLATION}])
bc1f000845f8 2009-10-28 Harry Fu <[email protected]>
funix
parents:
diff changeset
     6
 ALL_LINGUAS="az cs da de en_GB es eu fi fr hu id it ja nl pa pl pt_BR ro ru rw sk sr sv uk vi zh_CN zh_TW"
bc1f000845f8 2009-10-28 Harry Fu <[email protected]>
funix
parents:
diff changeset
     7
-AM_GNU_GETTEXT_VERSION([0.14.1])
bc1f000845f8 2009-10-28 Harry Fu <[email protected]>
funix
parents:
diff changeset
     8
-AM_GNU_GETTEXT([external])
bc1f000845f8 2009-10-28 Harry Fu <[email protected]>
funix
parents:
diff changeset
     9
+GETTEXT_PACKAGE=gphoto2
bc1f000845f8 2009-10-28 Harry Fu <[email protected]>
funix
parents:
diff changeset
    10
+AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE,"$GETTEXT_PACKAGE", [Package Name for Gettext])
bc1f000845f8 2009-10-28 Harry Fu <[email protected]>
funix
parents:
diff changeset
    11
+AC_SUBST(GETTEXT_PACKAGE)
bc1f000845f8 2009-10-28 Harry Fu <[email protected]>
funix
parents:
diff changeset
    12
+AM_GLIB_GNU_GETTEXT
bc1f000845f8 2009-10-28 Harry Fu <[email protected]>
funix
parents:
diff changeset
    13
+USE_INCLUDED_LIBINTL=no
bc1f000845f8 2009-10-28 Harry Fu <[email protected]>
funix
parents:
diff changeset
    14
+AC_SUBST(USE_INCLUDED_LIBINTL)
bc1f000845f8 2009-10-28 Harry Fu <[email protected]>
funix
parents:
diff changeset
    15
+BUILD_INCLUDED_LIBINTL=no
bc1f000845f8 2009-10-28 Harry Fu <[email protected]>
funix
parents:
diff changeset
    16
+AC_SUBST(BUILD_INCLUDED_LIBINTL)
bc1f000845f8 2009-10-28 Harry Fu <[email protected]>
funix
parents:
diff changeset
    17
 AM_PO_SUBDIRS()
bc1f000845f8 2009-10-28 Harry Fu <[email protected]>
funix
parents:
diff changeset
    18
 AM_ICONV()
bc1f000845f8 2009-10-28 Harry Fu <[email protected]>
funix
parents:
diff changeset
    19
-GP_GETTEXT_FLAGS()
bc1f000845f8 2009-10-28 Harry Fu <[email protected]>
funix
parents:
diff changeset
    20
 
bc1f000845f8 2009-10-28 Harry Fu <[email protected]>
funix
parents:
diff changeset
    21
 dnl We cannot use AC_DEFINE_UNQUOTED() for these definitions, as
bc1f000845f8 2009-10-28 Harry Fu <[email protected]>
funix
parents:
diff changeset
    22
 dnl we require make to do insert the proper $(datadir) value