~ubuntu-branches/ubuntu/natty/avahi/natty

« back to all changes in this revision

Viewing changes to common/po.m4

  • Committer: Bazaar Package Importer
  • Author(s): Colin Watson
  • Date: 2010-12-06 15:31:58 UTC
  • mfrom: (4.1.16 experimental)
  • Revision ID: james.westby@ubuntu.com-20101206153158-et2wuk7kftodlc8b
Tags: 0.6.28-2ubuntu1
* Resynchronise with Debian.  Remaining changes:
  - debian/control:
    + Add versioned dependency on the dbus that satisfies our upstart job
      dependency.
    + Add udebs corresponding to libavahi-common3 and libavahi-core6, so
      that we can use them for Eucalyptus integration in the installer.
  - debian/rules, debian/avahi-daemon.init, debian/avahi-dnsconfd.init:
    + Avahi init scripts (daemon or dnsconfd) do not need to be started
      before gdm, and do not need to be stopped specially on shutdown.
  - debian/avahi-daemon.upstart, debian/avahi-dnsconfd.upstart:
    + Add Upstart config
* Restore Debian changes to migrate to DHCP 4, now that we have it in
  Ubuntu.  Adjust package versions for conffile migration.
* Launchpad supports 'linux-any' these days; restore Debian change to use
  that.

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