~mordred/ubuntu/maverick/drizzle/prerelease

« back to all changes in this revision

Viewing changes to m4/po.m4

  • Committer: Monty Taylor
  • Date: 2010-09-26 16:09:02 UTC
  • mto: This revision was merged to the branch mainline in revision 1383.
  • Revision ID: mordred@inaugust.com-20100926160902-r30v5hegk16cjk22
Tags: upstream-2010.09.1794
ImportĀ upstreamĀ versionĀ 2010.09.1794

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