~ubuntu-branches/ubuntu/precise/paprefs/precise

« back to all changes in this revision

Viewing changes to m4/po.m4

  • Committer: Package Import Robot
  • Author(s): Leo Iannacone
  • Date: 2012-01-23 11:26:03 UTC
  • mfrom: (1.1.6)
  • Revision ID: package-import@ubuntu.com-20120123112603-6x6far2ivolh39nm
Tags: 0.9.10-0ubuntu1
* New upstream release.
* Created debian source format 3.0 (quilt)
* debian/control:
  + dropped cdbs, quilt, autotools-dev as build-dep
  + bumped standards version to 3.9.2
* debian/rules: updated to use dh $@
* debian/patches:
  + dropped all old patches, now in upstream
  + imported new two patches from upstream, make paprefs
    able to load pulseaudio dynamically (LP: #829051, closes: #649565)
* debian/compat: up to 8

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# po.m4 serial 15 (gettext-0.17)
2
 
dnl Copyright (C) 1995-2007 Free Software Foundation, Inc.
 
1
# po.m4 serial 17 (gettext-0.18)
 
2
dnl Copyright (C) 1995-2010 Free Software Foundation, Inc.
3
3
dnl This file is free software; the Free Software Foundation
4
4
dnl gives unlimited permission to copy and/or distribute it,
5
5
dnl with or without modifications, as long as this notice is preserved.
17
17
dnl   Ulrich Drepper <drepper@cygnus.com>, 1995-2000.
18
18
dnl   Bruno Haible <haible@clisp.cons.org>, 2000-2003.
19
19
 
20
 
AC_PREREQ(2.50)
 
20
AC_PREREQ([2.50])
21
21
 
22
22
dnl Checks for all prerequisites of the po subdirectory.
23
23
AC_DEFUN([AM_PO_SUBDIRS],
29
29
 
30
30
  dnl Release version of the gettext macros. This is used to ensure that
31
31
  dnl the gettext macros and po/Makefile.in.in are in sync.
32
 
  AC_SUBST([GETTEXT_MACRO_VERSION], [0.17])
 
32
  AC_SUBST([GETTEXT_MACRO_VERSION], [0.18])
33
33
 
34
34
  dnl Perform the following tests also if --disable-nls has been given,
35
35
  dnl because they are needed for "make dist" to work.
41
41
    [$ac_dir/$ac_word --statistics /dev/null >&]AS_MESSAGE_LOG_FD[ 2>&1 &&
42
42
     (if $ac_dir/$ac_word --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi)],
43
43
    :)
44
 
  AC_PATH_PROG(GMSGFMT, gmsgfmt, $MSGFMT)
 
44
  AC_PATH_PROG([GMSGFMT], [gmsgfmt], [$MSGFMT])
45
45
 
46
46
  dnl Test whether it is GNU msgfmt >= 0.15.
47
47
changequote(,)dnl