~ubuntu-branches/ubuntu/lucid/pitivi/lucid

« back to all changes in this revision

Viewing changes to common/m4/gst-gettext.m4

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2009-05-27 14:22:49 UTC
  • mfrom: (1.2.1 upstream) (3.1.13 experimental)
  • Revision ID: james.westby@ubuntu.com-20090527142249-tj0qnkc37320ylml
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
 
6
6
AC_DEFUN([AG_GST_GETTEXT],
7
7
[
8
 
  GETTEXT_PACKAGE=[$1]
 
8
  if test "$USE_NLS" = "yes"; then
 
9
    GETTEXT_PACKAGE=[$1]
 
10
  else
 
11
    GETTEXT_PACKAGE=[NULL]
 
12
  fi
9
13
  AC_SUBST(GETTEXT_PACKAGE)
10
14
  AC_DEFINE_UNQUOTED([GETTEXT_PACKAGE], "$GETTEXT_PACKAGE",
11
15
                     [gettext package name])