Show
Ignore:
Timestamp:
23/03/08 17:08:13 (8 months ago)
Author:
Rafaël Carré <funman@videolan.org>
git-committer:
Rafaël Carré <funman@videolan.org> 1206288493 +0000
git-parent:

[6a0180cff6f6c80c5579ce3ada1fc71e38d4264c]

git-author:
Rafaël Carré <funman@videolan.org> 1206288493 +0000
Message:

Require gettext 0.16.1

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • m4/po.m4

    r974a399 r1263062  
    1 # po.m4 serial 15 (gettext-0.17
    2 dnl Copyright (C) 1995-2007 Free Software Foundation, Inc. 
     1# po.m4 serial 13 (gettext-0.15
     2dnl Copyright (C) 1995-2006 Free Software Foundation, Inc. 
    33dnl This file is free software; the Free Software Foundation 
    44dnl gives unlimited permission to copy and/or distribute it, 
     
    2727  AC_REQUIRE([AM_PROG_MKDIR_P])dnl defined by automake 
    2828  AC_REQUIRE([AM_NLS])dnl 
    29  
    30   dnl Release version of the gettext macros. This is used to ensure that 
    31   dnl the gettext macros and po/Makefile.in.in are in sync. 
    32   AC_SUBST([GETTEXT_MACRO_VERSION], [0.17]) 
    3329 
    3430  dnl Perform the following tests also if --disable-nls has been given, 
     
    8884  test -n "$localedir" || localedir='${datadir}/locale' 
    8985  AC_SUBST([localedir]) 
    90  
    91   dnl Support for AM_XGETTEXT_OPTION. 
    92   test -n "${XGETTEXT_EXTRA_OPTIONS+set}" || XGETTEXT_EXTRA_OPTIONS= 
    93   AC_SUBST([XGETTEXT_EXTRA_OPTIONS]) 
    9486 
    9587  AC_CONFIG_COMMANDS([po-directories], [[ 
     
    435427  mv "$ac_file.tmp" "$ac_file" 
    436428]) 
    437  
    438 dnl Initializes the accumulator used by AM_XGETTEXT_OPTION. 
    439 AC_DEFUN([AM_XGETTEXT_OPTION_INIT], 
    440 [ 
    441   XGETTEXT_EXTRA_OPTIONS= 
    442 ]) 
    443  
    444 dnl Registers an option to be passed to xgettext in the po subdirectory. 
    445 AC_DEFUN([AM_XGETTEXT_OPTION], 
    446 [ 
    447   AC_REQUIRE([AM_XGETTEXT_OPTION_INIT]) 
    448   XGETTEXT_EXTRA_OPTIONS="$XGETTEXT_EXTRA_OPTIONS $1" 
    449 ])