annotate m4/po.m4 @ 17340:8470f1956402

gettext: Update to version 0.18.2. * m4/intl.m4, m4/po.m4: Update from gettext-0.18.2. In particular: 2012-12-07 Stefano Lattarini <stefano.lattarini@gmailcom> * intl.m4, po.m4: Bump requirement in AC_PREREQ to 2.60.
author Bruno Haible <bruno@clisp.org>
date Sat, 02 Mar 2013 16:50:59 +0100
parents e542fd46ad6f
children c8b7822c1226
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
17340
8470f1956402 gettext: Update to version 0.18.2.
Bruno Haible <bruno@clisp.org>
parents: 17249
diff changeset
1 # po.m4 serial 20 (gettext-0.18.2)
17249
e542fd46ad6f maint: update all copyright year number ranges
Eric Blake <eblake@redhat.com>
parents: 17218
diff changeset
2 dnl Copyright (C) 1995-2013 Free Software Foundation, Inc.
5659
be44f23226e0 Update from GNU gettext 0.14.2.
Bruno Haible <bruno@clisp.org>
parents: 4945
diff changeset
3 dnl This file is free software; the Free Software Foundation
be44f23226e0 Update from GNU gettext 0.14.2.
Bruno Haible <bruno@clisp.org>
parents: 4945
diff changeset
4 dnl gives unlimited permission to copy and/or distribute it,
be44f23226e0 Update from GNU gettext 0.14.2.
Bruno Haible <bruno@clisp.org>
parents: 4945
diff changeset
5 dnl with or without modifications, as long as this notice is preserved.
4335
3cb468809e1f Upgrade to gettext-0.12.1.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
6 dnl
3cb468809e1f Upgrade to gettext-0.12.1.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
7 dnl This file can can be used in projects which are not available under
3cb468809e1f Upgrade to gettext-0.12.1.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
8 dnl the GNU General Public License or the GNU Library General Public
3cb468809e1f Upgrade to gettext-0.12.1.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
9 dnl License but which still want to provide support for the GNU gettext
3cb468809e1f Upgrade to gettext-0.12.1.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
10 dnl functionality.
3cb468809e1f Upgrade to gettext-0.12.1.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
11 dnl Please note that the actual code of the GNU gettext library is covered
3cb468809e1f Upgrade to gettext-0.12.1.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
12 dnl by the GNU Library General Public License, and the rest of the GNU
3cb468809e1f Upgrade to gettext-0.12.1.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
13 dnl gettext package package is covered by the GNU General Public License.
3cb468809e1f Upgrade to gettext-0.12.1.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
14 dnl They are *not* in the public domain.
3cb468809e1f Upgrade to gettext-0.12.1.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
15
3cb468809e1f Upgrade to gettext-0.12.1.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
16 dnl Authors:
3cb468809e1f Upgrade to gettext-0.12.1.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
17 dnl Ulrich Drepper <drepper@cygnus.com>, 1995-2000.
3cb468809e1f Upgrade to gettext-0.12.1.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
18 dnl Bruno Haible <haible@clisp.cons.org>, 2000-2003.
3cb468809e1f Upgrade to gettext-0.12.1.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
19
17340
8470f1956402 gettext: Update to version 0.18.2.
Bruno Haible <bruno@clisp.org>
parents: 17249
diff changeset
20 AC_PREREQ([2.60])
5659
be44f23226e0 Update from GNU gettext 0.14.2.
Bruno Haible <bruno@clisp.org>
parents: 4945
diff changeset
21
4335
3cb468809e1f Upgrade to gettext-0.12.1.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
22 dnl Checks for all prerequisites of the po subdirectory.
3cb468809e1f Upgrade to gettext-0.12.1.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
23 AC_DEFUN([AM_PO_SUBDIRS],
3cb468809e1f Upgrade to gettext-0.12.1.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
24 [
3cb468809e1f Upgrade to gettext-0.12.1.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
25 AC_REQUIRE([AC_PROG_MAKE_SET])dnl
3cb468809e1f Upgrade to gettext-0.12.1.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
26 AC_REQUIRE([AC_PROG_INSTALL])dnl
17218
12b7167cca02 gettext: avoid obsolete macro AM_PROG_MKDIR_P
Paul Eggert <eggert@cs.ucla.edu>
parents: 16358
diff changeset
27 AC_REQUIRE([AC_PROG_MKDIR_P])dnl
4335
3cb468809e1f Upgrade to gettext-0.12.1.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
28 AC_REQUIRE([AM_NLS])dnl
3cb468809e1f Upgrade to gettext-0.12.1.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
29
9458
7a44548c7012 Upgrade to gettext-0.17.
Bruno Haible <bruno@clisp.org>
parents: 7006
diff changeset
30 dnl Release version of the gettext macros. This is used to ensure that
7a44548c7012 Upgrade to gettext-0.17.
Bruno Haible <bruno@clisp.org>
parents: 7006
diff changeset
31 dnl the gettext macros and po/Makefile.in.in are in sync.
13330
fbf6aad1d20d Update to GNU gettext 0.18.
Bruno Haible <bruno@clisp.org>
parents: 12559
diff changeset
32 AC_SUBST([GETTEXT_MACRO_VERSION], [0.18])
9458
7a44548c7012 Upgrade to gettext-0.17.
Bruno Haible <bruno@clisp.org>
parents: 7006
diff changeset
33
4335
3cb468809e1f Upgrade to gettext-0.12.1.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
34 dnl Perform the following tests also if --disable-nls has been given,
3cb468809e1f Upgrade to gettext-0.12.1.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
35 dnl because they are needed for "make dist" to work.
3cb468809e1f Upgrade to gettext-0.12.1.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
36
3cb468809e1f Upgrade to gettext-0.12.1.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
37 dnl Search for GNU msgfmt in the PATH.
3cb468809e1f Upgrade to gettext-0.12.1.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
38 dnl The first test excludes Solaris msgfmt and early GNU msgfmt versions.
3cb468809e1f Upgrade to gettext-0.12.1.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
39 dnl The second test excludes FreeBSD msgfmt.
3cb468809e1f Upgrade to gettext-0.12.1.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
40 AM_PATH_PROG_WITH_TEST(MSGFMT, msgfmt,
5659
be44f23226e0 Update from GNU gettext 0.14.2.
Bruno Haible <bruno@clisp.org>
parents: 4945
diff changeset
41 [$ac_dir/$ac_word --statistics /dev/null >&]AS_MESSAGE_LOG_FD[ 2>&1 &&
4335
3cb468809e1f Upgrade to gettext-0.12.1.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
42 (if $ac_dir/$ac_word --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi)],
3cb468809e1f Upgrade to gettext-0.12.1.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
43 :)
10979
03e819eea554 More systematic m4 argument quoting.
Bruno Haible <bruno@clisp.org>
parents: 9458
diff changeset
44 AC_PATH_PROG([GMSGFMT], [gmsgfmt], [$MSGFMT])
4335
3cb468809e1f Upgrade to gettext-0.12.1.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
45
7006
436f1f8cdf1e Update to GNU gettext 0.15.
Bruno Haible <bruno@clisp.org>
parents: 5700
diff changeset
46 dnl Test whether it is GNU msgfmt >= 0.15.
436f1f8cdf1e Update to GNU gettext 0.15.
Bruno Haible <bruno@clisp.org>
parents: 5700
diff changeset
47 changequote(,)dnl
436f1f8cdf1e Update to GNU gettext 0.15.
Bruno Haible <bruno@clisp.org>
parents: 5700
diff changeset
48 case `$MSGFMT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
436f1f8cdf1e Update to GNU gettext 0.15.
Bruno Haible <bruno@clisp.org>
parents: 5700
diff changeset
49 '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) MSGFMT_015=: ;;
436f1f8cdf1e Update to GNU gettext 0.15.
Bruno Haible <bruno@clisp.org>
parents: 5700
diff changeset
50 *) MSGFMT_015=$MSGFMT ;;
436f1f8cdf1e Update to GNU gettext 0.15.
Bruno Haible <bruno@clisp.org>
parents: 5700
diff changeset
51 esac
436f1f8cdf1e Update to GNU gettext 0.15.
Bruno Haible <bruno@clisp.org>
parents: 5700
diff changeset
52 changequote([,])dnl
436f1f8cdf1e Update to GNU gettext 0.15.
Bruno Haible <bruno@clisp.org>
parents: 5700
diff changeset
53 AC_SUBST([MSGFMT_015])
436f1f8cdf1e Update to GNU gettext 0.15.
Bruno Haible <bruno@clisp.org>
parents: 5700
diff changeset
54 changequote(,)dnl
436f1f8cdf1e Update to GNU gettext 0.15.
Bruno Haible <bruno@clisp.org>
parents: 5700
diff changeset
55 case `$GMSGFMT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
436f1f8cdf1e Update to GNU gettext 0.15.
Bruno Haible <bruno@clisp.org>
parents: 5700
diff changeset
56 '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) GMSGFMT_015=: ;;
436f1f8cdf1e Update to GNU gettext 0.15.
Bruno Haible <bruno@clisp.org>
parents: 5700
diff changeset
57 *) GMSGFMT_015=$GMSGFMT ;;
436f1f8cdf1e Update to GNU gettext 0.15.
Bruno Haible <bruno@clisp.org>
parents: 5700
diff changeset
58 esac
436f1f8cdf1e Update to GNU gettext 0.15.
Bruno Haible <bruno@clisp.org>
parents: 5700
diff changeset
59 changequote([,])dnl
436f1f8cdf1e Update to GNU gettext 0.15.
Bruno Haible <bruno@clisp.org>
parents: 5700
diff changeset
60 AC_SUBST([GMSGFMT_015])
436f1f8cdf1e Update to GNU gettext 0.15.
Bruno Haible <bruno@clisp.org>
parents: 5700
diff changeset
61
4335
3cb468809e1f Upgrade to gettext-0.12.1.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
62 dnl Search for GNU xgettext 0.12 or newer in the PATH.
3cb468809e1f Upgrade to gettext-0.12.1.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
63 dnl The first test excludes Solaris xgettext and early GNU xgettext versions.
3cb468809e1f Upgrade to gettext-0.12.1.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
64 dnl The second test excludes FreeBSD xgettext.
3cb468809e1f Upgrade to gettext-0.12.1.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
65 AM_PATH_PROG_WITH_TEST(XGETTEXT, xgettext,
5659
be44f23226e0 Update from GNU gettext 0.14.2.
Bruno Haible <bruno@clisp.org>
parents: 4945
diff changeset
66 [$ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >&]AS_MESSAGE_LOG_FD[ 2>&1 &&
4335
3cb468809e1f Upgrade to gettext-0.12.1.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
67 (if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi)],
3cb468809e1f Upgrade to gettext-0.12.1.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
68 :)
3cb468809e1f Upgrade to gettext-0.12.1.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
69 dnl Remove leftover from FreeBSD xgettext call.
3cb468809e1f Upgrade to gettext-0.12.1.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
70 rm -f messages.po
3cb468809e1f Upgrade to gettext-0.12.1.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
71
7006
436f1f8cdf1e Update to GNU gettext 0.15.
Bruno Haible <bruno@clisp.org>
parents: 5700
diff changeset
72 dnl Test whether it is GNU xgettext >= 0.15.
436f1f8cdf1e Update to GNU gettext 0.15.
Bruno Haible <bruno@clisp.org>
parents: 5700
diff changeset
73 changequote(,)dnl
436f1f8cdf1e Update to GNU gettext 0.15.
Bruno Haible <bruno@clisp.org>
parents: 5700
diff changeset
74 case `$XGETTEXT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
436f1f8cdf1e Update to GNU gettext 0.15.
Bruno Haible <bruno@clisp.org>
parents: 5700
diff changeset
75 '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) XGETTEXT_015=: ;;
436f1f8cdf1e Update to GNU gettext 0.15.
Bruno Haible <bruno@clisp.org>
parents: 5700
diff changeset
76 *) XGETTEXT_015=$XGETTEXT ;;
436f1f8cdf1e Update to GNU gettext 0.15.
Bruno Haible <bruno@clisp.org>
parents: 5700
diff changeset
77 esac
436f1f8cdf1e Update to GNU gettext 0.15.
Bruno Haible <bruno@clisp.org>
parents: 5700
diff changeset
78 changequote([,])dnl
436f1f8cdf1e Update to GNU gettext 0.15.
Bruno Haible <bruno@clisp.org>
parents: 5700
diff changeset
79 AC_SUBST([XGETTEXT_015])
436f1f8cdf1e Update to GNU gettext 0.15.
Bruno Haible <bruno@clisp.org>
parents: 5700
diff changeset
80
4335
3cb468809e1f Upgrade to gettext-0.12.1.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
81 dnl Search for GNU msgmerge 0.11 or newer in the PATH.
3cb468809e1f Upgrade to gettext-0.12.1.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
82 AM_PATH_PROG_WITH_TEST(MSGMERGE, msgmerge,
5659
be44f23226e0 Update from GNU gettext 0.14.2.
Bruno Haible <bruno@clisp.org>
parents: 4945
diff changeset
83 [$ac_dir/$ac_word --update -q /dev/null /dev/null >&]AS_MESSAGE_LOG_FD[ 2>&1], :)
4335
3cb468809e1f Upgrade to gettext-0.12.1.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
84
7006
436f1f8cdf1e Update to GNU gettext 0.15.
Bruno Haible <bruno@clisp.org>
parents: 5700
diff changeset
85 dnl Installation directories.
436f1f8cdf1e Update to GNU gettext 0.15.
Bruno Haible <bruno@clisp.org>
parents: 5700
diff changeset
86 dnl Autoconf >= 2.60 defines localedir. For older versions of autoconf, we
436f1f8cdf1e Update to GNU gettext 0.15.
Bruno Haible <bruno@clisp.org>
parents: 5700
diff changeset
87 dnl have to define it here, so that it can be used in po/Makefile.
436f1f8cdf1e Update to GNU gettext 0.15.
Bruno Haible <bruno@clisp.org>
parents: 5700
diff changeset
88 test -n "$localedir" || localedir='${datadir}/locale'
436f1f8cdf1e Update to GNU gettext 0.15.
Bruno Haible <bruno@clisp.org>
parents: 5700
diff changeset
89 AC_SUBST([localedir])
4335
3cb468809e1f Upgrade to gettext-0.12.1.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
90
9458
7a44548c7012 Upgrade to gettext-0.17.
Bruno Haible <bruno@clisp.org>
parents: 7006
diff changeset
91 dnl Support for AM_XGETTEXT_OPTION.
7a44548c7012 Upgrade to gettext-0.17.
Bruno Haible <bruno@clisp.org>
parents: 7006
diff changeset
92 test -n "${XGETTEXT_EXTRA_OPTIONS+set}" || XGETTEXT_EXTRA_OPTIONS=
7a44548c7012 Upgrade to gettext-0.17.
Bruno Haible <bruno@clisp.org>
parents: 7006
diff changeset
93 AC_SUBST([XGETTEXT_EXTRA_OPTIONS])
7a44548c7012 Upgrade to gettext-0.17.
Bruno Haible <bruno@clisp.org>
parents: 7006
diff changeset
94
7006
436f1f8cdf1e Update to GNU gettext 0.15.
Bruno Haible <bruno@clisp.org>
parents: 5700
diff changeset
95 AC_CONFIG_COMMANDS([po-directories], [[
4335
3cb468809e1f Upgrade to gettext-0.12.1.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
96 for ac_file in $CONFIG_FILES; do
3cb468809e1f Upgrade to gettext-0.12.1.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
97 # Support "outfile[:infile[:infile...]]"
3cb468809e1f Upgrade to gettext-0.12.1.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
98 case "$ac_file" in
4536
3358eb550c86 Leave whitespace alone when importing, undoing that part of yesterday's
Paul Eggert <eggert@cs.ucla.edu>
parents: 4533
diff changeset
99 *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
4335
3cb468809e1f Upgrade to gettext-0.12.1.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
100 esac
3cb468809e1f Upgrade to gettext-0.12.1.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
101 # PO directories have a Makefile.in generated from Makefile.in.in.
3cb468809e1f Upgrade to gettext-0.12.1.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
102 case "$ac_file" in */Makefile.in)
4536
3358eb550c86 Leave whitespace alone when importing, undoing that part of yesterday's
Paul Eggert <eggert@cs.ucla.edu>
parents: 4533
diff changeset
103 # Adjust a relative srcdir.
3358eb550c86 Leave whitespace alone when importing, undoing that part of yesterday's
Paul Eggert <eggert@cs.ucla.edu>
parents: 4533
diff changeset
104 ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
17340
8470f1956402 gettext: Update to version 0.18.2.
Bruno Haible <bruno@clisp.org>
parents: 17249
diff changeset
105 ac_dir_suffix=/`echo "$ac_dir"|sed 's%^\./%%'`
4536
3358eb550c86 Leave whitespace alone when importing, undoing that part of yesterday's
Paul Eggert <eggert@cs.ucla.edu>
parents: 4533
diff changeset
106 ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
3358eb550c86 Leave whitespace alone when importing, undoing that part of yesterday's
Paul Eggert <eggert@cs.ucla.edu>
parents: 4533
diff changeset
107 # In autoconf-2.13 it is called $ac_given_srcdir.
3358eb550c86 Leave whitespace alone when importing, undoing that part of yesterday's
Paul Eggert <eggert@cs.ucla.edu>
parents: 4533
diff changeset
108 # In autoconf-2.50 it is called $srcdir.
3358eb550c86 Leave whitespace alone when importing, undoing that part of yesterday's
Paul Eggert <eggert@cs.ucla.edu>
parents: 4533
diff changeset
109 test -n "$ac_given_srcdir" || ac_given_srcdir="$srcdir"
3358eb550c86 Leave whitespace alone when importing, undoing that part of yesterday's
Paul Eggert <eggert@cs.ucla.edu>
parents: 4533
diff changeset
110 case "$ac_given_srcdir" in
3358eb550c86 Leave whitespace alone when importing, undoing that part of yesterday's
Paul Eggert <eggert@cs.ucla.edu>
parents: 4533
diff changeset
111 .) top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
3358eb550c86 Leave whitespace alone when importing, undoing that part of yesterday's
Paul Eggert <eggert@cs.ucla.edu>
parents: 4533
diff changeset
112 /*) top_srcdir="$ac_given_srcdir" ;;
3358eb550c86 Leave whitespace alone when importing, undoing that part of yesterday's
Paul Eggert <eggert@cs.ucla.edu>
parents: 4533
diff changeset
113 *) top_srcdir="$ac_dots$ac_given_srcdir" ;;
3358eb550c86 Leave whitespace alone when importing, undoing that part of yesterday's
Paul Eggert <eggert@cs.ucla.edu>
parents: 4533
diff changeset
114 esac
5700
eea92bfb3f7d Upgrade to GNU gettext 0.14.3.
Bruno Haible <bruno@clisp.org>
parents: 5659
diff changeset
115 # Treat a directory as a PO directory if and only if it has a
eea92bfb3f7d Upgrade to GNU gettext 0.14.3.
Bruno Haible <bruno@clisp.org>
parents: 5659
diff changeset
116 # POTFILES.in file. This allows packages to have multiple PO
eea92bfb3f7d Upgrade to GNU gettext 0.14.3.
Bruno Haible <bruno@clisp.org>
parents: 5659
diff changeset
117 # directories under different names or in different locations.
4536
3358eb550c86 Leave whitespace alone when importing, undoing that part of yesterday's
Paul Eggert <eggert@cs.ucla.edu>
parents: 4533
diff changeset
118 if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then
3358eb550c86 Leave whitespace alone when importing, undoing that part of yesterday's
Paul Eggert <eggert@cs.ucla.edu>
parents: 4533
diff changeset
119 rm -f "$ac_dir/POTFILES"
3358eb550c86 Leave whitespace alone when importing, undoing that part of yesterday's
Paul Eggert <eggert@cs.ucla.edu>
parents: 4533
diff changeset
120 test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" || echo "creating $ac_dir/POTFILES"
15357
c155eaad308b Avoid literal tabs.
Bruno Haible <bruno@clisp.org>
parents: 14079
diff changeset
121 gt_tab=`printf '\t'`
c155eaad308b Avoid literal tabs.
Bruno Haible <bruno@clisp.org>
parents: 14079
diff changeset
122 cat "$ac_given_srcdir/$ac_dir/POTFILES.in" | sed -e "/^#/d" -e "/^[ ${gt_tab}]*\$/d" -e "s,.*, $top_srcdir/& \\\\," | sed -e "\$s/\(.*\) \\\\/\1/" > "$ac_dir/POTFILES"
4536
3358eb550c86 Leave whitespace alone when importing, undoing that part of yesterday's
Paul Eggert <eggert@cs.ucla.edu>
parents: 4533
diff changeset
123 POMAKEFILEDEPS="POTFILES.in"
4895
6f7c9e594399 Upgrade to gettext-0.13.
Bruno Haible <bruno@clisp.org>
parents: 4536
diff changeset
124 # ALL_LINGUAS, POFILES, UPDATEPOFILES, DUMMYPOFILES, GMOFILES depend
4536
3358eb550c86 Leave whitespace alone when importing, undoing that part of yesterday's
Paul Eggert <eggert@cs.ucla.edu>
parents: 4533
diff changeset
125 # on $ac_dir but don't depend on user-specified configuration
3358eb550c86 Leave whitespace alone when importing, undoing that part of yesterday's
Paul Eggert <eggert@cs.ucla.edu>
parents: 4533
diff changeset
126 # parameters.
3358eb550c86 Leave whitespace alone when importing, undoing that part of yesterday's
Paul Eggert <eggert@cs.ucla.edu>
parents: 4533
diff changeset
127 if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then
3358eb550c86 Leave whitespace alone when importing, undoing that part of yesterday's
Paul Eggert <eggert@cs.ucla.edu>
parents: 4533
diff changeset
128 # The LINGUAS file contains the set of available languages.
3358eb550c86 Leave whitespace alone when importing, undoing that part of yesterday's
Paul Eggert <eggert@cs.ucla.edu>
parents: 4533
diff changeset
129 if test -n "$OBSOLETE_ALL_LINGUAS"; then
3358eb550c86 Leave whitespace alone when importing, undoing that part of yesterday's
Paul Eggert <eggert@cs.ucla.edu>
parents: 4533
diff changeset
130 test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.in is obsolete" || echo "setting ALL_LINGUAS in configure.in is obsolete"
3358eb550c86 Leave whitespace alone when importing, undoing that part of yesterday's
Paul Eggert <eggert@cs.ucla.edu>
parents: 4533
diff changeset
131 fi
5700
eea92bfb3f7d Upgrade to GNU gettext 0.14.3.
Bruno Haible <bruno@clisp.org>
parents: 5659
diff changeset
132 ALL_LINGUAS_=`sed -e "/^#/d" -e "s/#.*//" "$ac_given_srcdir/$ac_dir/LINGUAS"`
16358
a712776b11ce maint: spelling fixes
Paul Eggert <eggert@cs.ucla.edu>
parents: 16201
diff changeset
133 # Hide the ALL_LINGUAS assignment from automake < 1.5.
4536
3358eb550c86 Leave whitespace alone when importing, undoing that part of yesterday's
Paul Eggert <eggert@cs.ucla.edu>
parents: 4533
diff changeset
134 eval 'ALL_LINGUAS''=$ALL_LINGUAS_'
3358eb550c86 Leave whitespace alone when importing, undoing that part of yesterday's
Paul Eggert <eggert@cs.ucla.edu>
parents: 4533
diff changeset
135 POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS"
3358eb550c86 Leave whitespace alone when importing, undoing that part of yesterday's
Paul Eggert <eggert@cs.ucla.edu>
parents: 4533
diff changeset
136 else
3358eb550c86 Leave whitespace alone when importing, undoing that part of yesterday's
Paul Eggert <eggert@cs.ucla.edu>
parents: 4533
diff changeset
137 # The set of available languages was given in configure.in.
16358
a712776b11ce maint: spelling fixes
Paul Eggert <eggert@cs.ucla.edu>
parents: 16201
diff changeset
138 # Hide the ALL_LINGUAS assignment from automake < 1.5.
4536
3358eb550c86 Leave whitespace alone when importing, undoing that part of yesterday's
Paul Eggert <eggert@cs.ucla.edu>
parents: 4533
diff changeset
139 eval 'ALL_LINGUAS''=$OBSOLETE_ALL_LINGUAS'
3358eb550c86 Leave whitespace alone when importing, undoing that part of yesterday's
Paul Eggert <eggert@cs.ucla.edu>
parents: 4533
diff changeset
140 fi
4895
6f7c9e594399 Upgrade to gettext-0.13.
Bruno Haible <bruno@clisp.org>
parents: 4536
diff changeset
141 # Compute POFILES
6f7c9e594399 Upgrade to gettext-0.13.
Bruno Haible <bruno@clisp.org>
parents: 4536
diff changeset
142 # as $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(lang).po)
6f7c9e594399 Upgrade to gettext-0.13.
Bruno Haible <bruno@clisp.org>
parents: 4536
diff changeset
143 # Compute UPDATEPOFILES
6f7c9e594399 Upgrade to gettext-0.13.
Bruno Haible <bruno@clisp.org>
parents: 4536
diff changeset
144 # as $(foreach lang, $(ALL_LINGUAS), $(lang).po-update)
6f7c9e594399 Upgrade to gettext-0.13.
Bruno Haible <bruno@clisp.org>
parents: 4536
diff changeset
145 # Compute DUMMYPOFILES
6f7c9e594399 Upgrade to gettext-0.13.
Bruno Haible <bruno@clisp.org>
parents: 4536
diff changeset
146 # as $(foreach lang, $(ALL_LINGUAS), $(lang).nop)
6f7c9e594399 Upgrade to gettext-0.13.
Bruno Haible <bruno@clisp.org>
parents: 4536
diff changeset
147 # Compute GMOFILES
6f7c9e594399 Upgrade to gettext-0.13.
Bruno Haible <bruno@clisp.org>
parents: 4536
diff changeset
148 # as $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(lang).gmo)
4536
3358eb550c86 Leave whitespace alone when importing, undoing that part of yesterday's
Paul Eggert <eggert@cs.ucla.edu>
parents: 4533
diff changeset
149 case "$ac_given_srcdir" in
3358eb550c86 Leave whitespace alone when importing, undoing that part of yesterday's
Paul Eggert <eggert@cs.ucla.edu>
parents: 4533
diff changeset
150 .) srcdirpre= ;;
3358eb550c86 Leave whitespace alone when importing, undoing that part of yesterday's
Paul Eggert <eggert@cs.ucla.edu>
parents: 4533
diff changeset
151 *) srcdirpre='$(srcdir)/' ;;
3358eb550c86 Leave whitespace alone when importing, undoing that part of yesterday's
Paul Eggert <eggert@cs.ucla.edu>
parents: 4533
diff changeset
152 esac
3358eb550c86 Leave whitespace alone when importing, undoing that part of yesterday's
Paul Eggert <eggert@cs.ucla.edu>
parents: 4533
diff changeset
153 POFILES=
3358eb550c86 Leave whitespace alone when importing, undoing that part of yesterday's
Paul Eggert <eggert@cs.ucla.edu>
parents: 4533
diff changeset
154 UPDATEPOFILES=
3358eb550c86 Leave whitespace alone when importing, undoing that part of yesterday's
Paul Eggert <eggert@cs.ucla.edu>
parents: 4533
diff changeset
155 DUMMYPOFILES=
4895
6f7c9e594399 Upgrade to gettext-0.13.
Bruno Haible <bruno@clisp.org>
parents: 4536
diff changeset
156 GMOFILES=
4536
3358eb550c86 Leave whitespace alone when importing, undoing that part of yesterday's
Paul Eggert <eggert@cs.ucla.edu>
parents: 4533
diff changeset
157 for lang in $ALL_LINGUAS; do
3358eb550c86 Leave whitespace alone when importing, undoing that part of yesterday's
Paul Eggert <eggert@cs.ucla.edu>
parents: 4533
diff changeset
158 POFILES="$POFILES $srcdirpre$lang.po"
3358eb550c86 Leave whitespace alone when importing, undoing that part of yesterday's
Paul Eggert <eggert@cs.ucla.edu>
parents: 4533
diff changeset
159 UPDATEPOFILES="$UPDATEPOFILES $lang.po-update"
3358eb550c86 Leave whitespace alone when importing, undoing that part of yesterday's
Paul Eggert <eggert@cs.ucla.edu>
parents: 4533
diff changeset
160 DUMMYPOFILES="$DUMMYPOFILES $lang.nop"
4895
6f7c9e594399 Upgrade to gettext-0.13.
Bruno Haible <bruno@clisp.org>
parents: 4536
diff changeset
161 GMOFILES="$GMOFILES $srcdirpre$lang.gmo"
4536
3358eb550c86 Leave whitespace alone when importing, undoing that part of yesterday's
Paul Eggert <eggert@cs.ucla.edu>
parents: 4533
diff changeset
162 done
3358eb550c86 Leave whitespace alone when importing, undoing that part of yesterday's
Paul Eggert <eggert@cs.ucla.edu>
parents: 4533
diff changeset
163 # CATALOGS depends on both $ac_dir and the user's LINGUAS
3358eb550c86 Leave whitespace alone when importing, undoing that part of yesterday's
Paul Eggert <eggert@cs.ucla.edu>
parents: 4533
diff changeset
164 # environment variable.
3358eb550c86 Leave whitespace alone when importing, undoing that part of yesterday's
Paul Eggert <eggert@cs.ucla.edu>
parents: 4533
diff changeset
165 INST_LINGUAS=
3358eb550c86 Leave whitespace alone when importing, undoing that part of yesterday's
Paul Eggert <eggert@cs.ucla.edu>
parents: 4533
diff changeset
166 if test -n "$ALL_LINGUAS"; then
3358eb550c86 Leave whitespace alone when importing, undoing that part of yesterday's
Paul Eggert <eggert@cs.ucla.edu>
parents: 4533
diff changeset
167 for presentlang in $ALL_LINGUAS; do
3358eb550c86 Leave whitespace alone when importing, undoing that part of yesterday's
Paul Eggert <eggert@cs.ucla.edu>
parents: 4533
diff changeset
168 useit=no
3358eb550c86 Leave whitespace alone when importing, undoing that part of yesterday's
Paul Eggert <eggert@cs.ucla.edu>
parents: 4533
diff changeset
169 if test "%UNSET%" != "$LINGUAS"; then
3358eb550c86 Leave whitespace alone when importing, undoing that part of yesterday's
Paul Eggert <eggert@cs.ucla.edu>
parents: 4533
diff changeset
170 desiredlanguages="$LINGUAS"
3358eb550c86 Leave whitespace alone when importing, undoing that part of yesterday's
Paul Eggert <eggert@cs.ucla.edu>
parents: 4533
diff changeset
171 else
3358eb550c86 Leave whitespace alone when importing, undoing that part of yesterday's
Paul Eggert <eggert@cs.ucla.edu>
parents: 4533
diff changeset
172 desiredlanguages="$ALL_LINGUAS"
3358eb550c86 Leave whitespace alone when importing, undoing that part of yesterday's
Paul Eggert <eggert@cs.ucla.edu>
parents: 4533
diff changeset
173 fi
3358eb550c86 Leave whitespace alone when importing, undoing that part of yesterday's
Paul Eggert <eggert@cs.ucla.edu>
parents: 4533
diff changeset
174 for desiredlang in $desiredlanguages; do
3358eb550c86 Leave whitespace alone when importing, undoing that part of yesterday's
Paul Eggert <eggert@cs.ucla.edu>
parents: 4533
diff changeset
175 # Use the presentlang catalog if desiredlang is
3358eb550c86 Leave whitespace alone when importing, undoing that part of yesterday's
Paul Eggert <eggert@cs.ucla.edu>
parents: 4533
diff changeset
176 # a. equal to presentlang, or
3358eb550c86 Leave whitespace alone when importing, undoing that part of yesterday's
Paul Eggert <eggert@cs.ucla.edu>
parents: 4533
diff changeset
177 # b. a variant of presentlang (because in this case,
3358eb550c86 Leave whitespace alone when importing, undoing that part of yesterday's
Paul Eggert <eggert@cs.ucla.edu>
parents: 4533
diff changeset
178 # presentlang can be used as a fallback for messages
3358eb550c86 Leave whitespace alone when importing, undoing that part of yesterday's
Paul Eggert <eggert@cs.ucla.edu>
parents: 4533
diff changeset
179 # which are not translated in the desiredlang catalog).
3358eb550c86 Leave whitespace alone when importing, undoing that part of yesterday's
Paul Eggert <eggert@cs.ucla.edu>
parents: 4533
diff changeset
180 case "$desiredlang" in
3358eb550c86 Leave whitespace alone when importing, undoing that part of yesterday's
Paul Eggert <eggert@cs.ucla.edu>
parents: 4533
diff changeset
181 "$presentlang"*) useit=yes;;
3358eb550c86 Leave whitespace alone when importing, undoing that part of yesterday's
Paul Eggert <eggert@cs.ucla.edu>
parents: 4533
diff changeset
182 esac
3358eb550c86 Leave whitespace alone when importing, undoing that part of yesterday's
Paul Eggert <eggert@cs.ucla.edu>
parents: 4533
diff changeset
183 done
3358eb550c86 Leave whitespace alone when importing, undoing that part of yesterday's
Paul Eggert <eggert@cs.ucla.edu>
parents: 4533
diff changeset
184 if test $useit = yes; then
3358eb550c86 Leave whitespace alone when importing, undoing that part of yesterday's
Paul Eggert <eggert@cs.ucla.edu>
parents: 4533
diff changeset
185 INST_LINGUAS="$INST_LINGUAS $presentlang"
3358eb550c86 Leave whitespace alone when importing, undoing that part of yesterday's
Paul Eggert <eggert@cs.ucla.edu>
parents: 4533
diff changeset
186 fi
3358eb550c86 Leave whitespace alone when importing, undoing that part of yesterday's
Paul Eggert <eggert@cs.ucla.edu>
parents: 4533
diff changeset
187 done
3358eb550c86 Leave whitespace alone when importing, undoing that part of yesterday's
Paul Eggert <eggert@cs.ucla.edu>
parents: 4533
diff changeset
188 fi
3358eb550c86 Leave whitespace alone when importing, undoing that part of yesterday's
Paul Eggert <eggert@cs.ucla.edu>
parents: 4533
diff changeset
189 CATALOGS=
3358eb550c86 Leave whitespace alone when importing, undoing that part of yesterday's
Paul Eggert <eggert@cs.ucla.edu>
parents: 4533
diff changeset
190 if test -n "$INST_LINGUAS"; then
3358eb550c86 Leave whitespace alone when importing, undoing that part of yesterday's
Paul Eggert <eggert@cs.ucla.edu>
parents: 4533
diff changeset
191 for lang in $INST_LINGUAS; do
3358eb550c86 Leave whitespace alone when importing, undoing that part of yesterday's
Paul Eggert <eggert@cs.ucla.edu>
parents: 4533
diff changeset
192 CATALOGS="$CATALOGS $lang.gmo"
3358eb550c86 Leave whitespace alone when importing, undoing that part of yesterday's
Paul Eggert <eggert@cs.ucla.edu>
parents: 4533
diff changeset
193 done
3358eb550c86 Leave whitespace alone when importing, undoing that part of yesterday's
Paul Eggert <eggert@cs.ucla.edu>
parents: 4533
diff changeset
194 fi
3358eb550c86 Leave whitespace alone when importing, undoing that part of yesterday's
Paul Eggert <eggert@cs.ucla.edu>
parents: 4533
diff changeset
195 test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" || echo "creating $ac_dir/Makefile"
4895
6f7c9e594399 Upgrade to gettext-0.13.
Bruno Haible <bruno@clisp.org>
parents: 4536
diff changeset
196 sed -e "/^POTFILES =/r $ac_dir/POTFILES" -e "/^# Makevars/r $ac_given_srcdir/$ac_dir/Makevars" -e "s|@POFILES@|$POFILES|g" -e "s|@UPDATEPOFILES@|$UPDATEPOFILES|g" -e "s|@DUMMYPOFILES@|$DUMMYPOFILES|g" -e "s|@GMOFILES@|$GMOFILES|g" -e "s|@CATALOGS@|$CATALOGS|g" -e "s|@POMAKEFILEDEPS@|$POMAKEFILEDEPS|g" "$ac_dir/Makefile.in" > "$ac_dir/Makefile"
4536
3358eb550c86 Leave whitespace alone when importing, undoing that part of yesterday's
Paul Eggert <eggert@cs.ucla.edu>
parents: 4533
diff changeset
197 for f in "$ac_given_srcdir/$ac_dir"/Rules-*; do
3358eb550c86 Leave whitespace alone when importing, undoing that part of yesterday's
Paul Eggert <eggert@cs.ucla.edu>
parents: 4533
diff changeset
198 if test -f "$f"; then
3358eb550c86 Leave whitespace alone when importing, undoing that part of yesterday's
Paul Eggert <eggert@cs.ucla.edu>
parents: 4533
diff changeset
199 case "$f" in
3358eb550c86 Leave whitespace alone when importing, undoing that part of yesterday's
Paul Eggert <eggert@cs.ucla.edu>
parents: 4533
diff changeset
200 *.orig | *.bak | *~) ;;
3358eb550c86 Leave whitespace alone when importing, undoing that part of yesterday's
Paul Eggert <eggert@cs.ucla.edu>
parents: 4533
diff changeset
201 *) cat "$f" >> "$ac_dir/Makefile" ;;
3358eb550c86 Leave whitespace alone when importing, undoing that part of yesterday's
Paul Eggert <eggert@cs.ucla.edu>
parents: 4533
diff changeset
202 esac
3358eb550c86 Leave whitespace alone when importing, undoing that part of yesterday's
Paul Eggert <eggert@cs.ucla.edu>
parents: 4533
diff changeset
203 fi
3358eb550c86 Leave whitespace alone when importing, undoing that part of yesterday's
Paul Eggert <eggert@cs.ucla.edu>
parents: 4533
diff changeset
204 done
3358eb550c86 Leave whitespace alone when importing, undoing that part of yesterday's
Paul Eggert <eggert@cs.ucla.edu>
parents: 4533
diff changeset
205 fi
3358eb550c86 Leave whitespace alone when importing, undoing that part of yesterday's
Paul Eggert <eggert@cs.ucla.edu>
parents: 4533
diff changeset
206 ;;
4335
3cb468809e1f Upgrade to gettext-0.12.1.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
207 esac
7006
436f1f8cdf1e Update to GNU gettext 0.15.
Bruno Haible <bruno@clisp.org>
parents: 5700
diff changeset
208 done]],
4335
3cb468809e1f Upgrade to gettext-0.12.1.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
209 [# Capture the value of obsolete ALL_LINGUAS because we need it to compute
4895
6f7c9e594399 Upgrade to gettext-0.13.
Bruno Haible <bruno@clisp.org>
parents: 4536
diff changeset
210 # POFILES, UPDATEPOFILES, DUMMYPOFILES, GMOFILES, CATALOGS. But hide it
7006
436f1f8cdf1e Update to GNU gettext 0.15.
Bruno Haible <bruno@clisp.org>
parents: 5700
diff changeset
211 # from automake < 1.5.
4335
3cb468809e1f Upgrade to gettext-0.12.1.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
212 eval 'OBSOLETE_ALL_LINGUAS''="$ALL_LINGUAS"'
3cb468809e1f Upgrade to gettext-0.12.1.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
213 # Capture the value of LINGUAS because we need it to compute CATALOGS.
3cb468809e1f Upgrade to gettext-0.12.1.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
214 LINGUAS="${LINGUAS-%UNSET%}"
3cb468809e1f Upgrade to gettext-0.12.1.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
215 ])
3cb468809e1f Upgrade to gettext-0.12.1.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
216 ])
4895
6f7c9e594399 Upgrade to gettext-0.13.
Bruno Haible <bruno@clisp.org>
parents: 4536
diff changeset
217
6f7c9e594399 Upgrade to gettext-0.13.
Bruno Haible <bruno@clisp.org>
parents: 4536
diff changeset
218 dnl Postprocesses a Makefile in a directory containing PO files.
6f7c9e594399 Upgrade to gettext-0.13.
Bruno Haible <bruno@clisp.org>
parents: 4536
diff changeset
219 AC_DEFUN([AM_POSTPROCESS_PO_MAKEFILE],
6f7c9e594399 Upgrade to gettext-0.13.
Bruno Haible <bruno@clisp.org>
parents: 4536
diff changeset
220 [
6f7c9e594399 Upgrade to gettext-0.13.
Bruno Haible <bruno@clisp.org>
parents: 4536
diff changeset
221 # When this code is run, in config.status, two variables have already been
6f7c9e594399 Upgrade to gettext-0.13.
Bruno Haible <bruno@clisp.org>
parents: 4536
diff changeset
222 # set:
6f7c9e594399 Upgrade to gettext-0.13.
Bruno Haible <bruno@clisp.org>
parents: 4536
diff changeset
223 # - OBSOLETE_ALL_LINGUAS is the value of LINGUAS set in configure.in,
6f7c9e594399 Upgrade to gettext-0.13.
Bruno Haible <bruno@clisp.org>
parents: 4536
diff changeset
224 # - LINGUAS is the value of the environment variable LINGUAS at configure
6f7c9e594399 Upgrade to gettext-0.13.
Bruno Haible <bruno@clisp.org>
parents: 4536
diff changeset
225 # time.
6f7c9e594399 Upgrade to gettext-0.13.
Bruno Haible <bruno@clisp.org>
parents: 4536
diff changeset
226
6f7c9e594399 Upgrade to gettext-0.13.
Bruno Haible <bruno@clisp.org>
parents: 4536
diff changeset
227 changequote(,)dnl
6f7c9e594399 Upgrade to gettext-0.13.
Bruno Haible <bruno@clisp.org>
parents: 4536
diff changeset
228 # Adjust a relative srcdir.
6f7c9e594399 Upgrade to gettext-0.13.
Bruno Haible <bruno@clisp.org>
parents: 4536
diff changeset
229 ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
17340
8470f1956402 gettext: Update to version 0.18.2.
Bruno Haible <bruno@clisp.org>
parents: 17249
diff changeset
230 ac_dir_suffix=/`echo "$ac_dir"|sed 's%^\./%%'`
4895
6f7c9e594399 Upgrade to gettext-0.13.
Bruno Haible <bruno@clisp.org>
parents: 4536
diff changeset
231 ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
6f7c9e594399 Upgrade to gettext-0.13.
Bruno Haible <bruno@clisp.org>
parents: 4536
diff changeset
232 # In autoconf-2.13 it is called $ac_given_srcdir.
6f7c9e594399 Upgrade to gettext-0.13.
Bruno Haible <bruno@clisp.org>
parents: 4536
diff changeset
233 # In autoconf-2.50 it is called $srcdir.
6f7c9e594399 Upgrade to gettext-0.13.
Bruno Haible <bruno@clisp.org>
parents: 4536
diff changeset
234 test -n "$ac_given_srcdir" || ac_given_srcdir="$srcdir"
6f7c9e594399 Upgrade to gettext-0.13.
Bruno Haible <bruno@clisp.org>
parents: 4536
diff changeset
235 case "$ac_given_srcdir" in
6f7c9e594399 Upgrade to gettext-0.13.
Bruno Haible <bruno@clisp.org>
parents: 4536
diff changeset
236 .) top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
6f7c9e594399 Upgrade to gettext-0.13.
Bruno Haible <bruno@clisp.org>
parents: 4536
diff changeset
237 /*) top_srcdir="$ac_given_srcdir" ;;
6f7c9e594399 Upgrade to gettext-0.13.
Bruno Haible <bruno@clisp.org>
parents: 4536
diff changeset
238 *) top_srcdir="$ac_dots$ac_given_srcdir" ;;
6f7c9e594399 Upgrade to gettext-0.13.
Bruno Haible <bruno@clisp.org>
parents: 4536
diff changeset
239 esac
6f7c9e594399 Upgrade to gettext-0.13.
Bruno Haible <bruno@clisp.org>
parents: 4536
diff changeset
240
6f7c9e594399 Upgrade to gettext-0.13.
Bruno Haible <bruno@clisp.org>
parents: 4536
diff changeset
241 # Find a way to echo strings without interpreting backslash.
6f7c9e594399 Upgrade to gettext-0.13.
Bruno Haible <bruno@clisp.org>
parents: 4536
diff changeset
242 if test "X`(echo '\t') 2>/dev/null`" = 'X\t'; then
6f7c9e594399 Upgrade to gettext-0.13.
Bruno Haible <bruno@clisp.org>
parents: 4536
diff changeset
243 gt_echo='echo'
6f7c9e594399 Upgrade to gettext-0.13.
Bruno Haible <bruno@clisp.org>
parents: 4536
diff changeset
244 else
6f7c9e594399 Upgrade to gettext-0.13.
Bruno Haible <bruno@clisp.org>
parents: 4536
diff changeset
245 if test "X`(printf '%s\n' '\t') 2>/dev/null`" = 'X\t'; then
6f7c9e594399 Upgrade to gettext-0.13.
Bruno Haible <bruno@clisp.org>
parents: 4536
diff changeset
246 gt_echo='printf %s\n'
6f7c9e594399 Upgrade to gettext-0.13.
Bruno Haible <bruno@clisp.org>
parents: 4536
diff changeset
247 else
6f7c9e594399 Upgrade to gettext-0.13.
Bruno Haible <bruno@clisp.org>
parents: 4536
diff changeset
248 echo_func () {
6f7c9e594399 Upgrade to gettext-0.13.
Bruno Haible <bruno@clisp.org>
parents: 4536
diff changeset
249 cat <<EOT
6f7c9e594399 Upgrade to gettext-0.13.
Bruno Haible <bruno@clisp.org>
parents: 4536
diff changeset
250 $*
6f7c9e594399 Upgrade to gettext-0.13.
Bruno Haible <bruno@clisp.org>
parents: 4536
diff changeset
251 EOT
6f7c9e594399 Upgrade to gettext-0.13.
Bruno Haible <bruno@clisp.org>
parents: 4536
diff changeset
252 }
6f7c9e594399 Upgrade to gettext-0.13.
Bruno Haible <bruno@clisp.org>
parents: 4536
diff changeset
253 gt_echo='echo_func'
6f7c9e594399 Upgrade to gettext-0.13.
Bruno Haible <bruno@clisp.org>
parents: 4536
diff changeset
254 fi
6f7c9e594399 Upgrade to gettext-0.13.
Bruno Haible <bruno@clisp.org>
parents: 4536
diff changeset
255 fi
6f7c9e594399 Upgrade to gettext-0.13.
Bruno Haible <bruno@clisp.org>
parents: 4536
diff changeset
256
6f7c9e594399 Upgrade to gettext-0.13.
Bruno Haible <bruno@clisp.org>
parents: 4536
diff changeset
257 # A sed script that extracts the value of VARIABLE from a Makefile.
15357
c155eaad308b Avoid literal tabs.
Bruno Haible <bruno@clisp.org>
parents: 14079
diff changeset
258 tab=`printf '\t'`
4895
6f7c9e594399 Upgrade to gettext-0.13.
Bruno Haible <bruno@clisp.org>
parents: 4536
diff changeset
259 sed_x_variable='
6f7c9e594399 Upgrade to gettext-0.13.
Bruno Haible <bruno@clisp.org>
parents: 4536
diff changeset
260 # Test if the hold space is empty.
6f7c9e594399 Upgrade to gettext-0.13.
Bruno Haible <bruno@clisp.org>
parents: 4536
diff changeset
261 x
6f7c9e594399 Upgrade to gettext-0.13.
Bruno Haible <bruno@clisp.org>
parents: 4536
diff changeset
262 s/P/P/
6f7c9e594399 Upgrade to gettext-0.13.
Bruno Haible <bruno@clisp.org>
parents: 4536
diff changeset
263 x
6f7c9e594399 Upgrade to gettext-0.13.
Bruno Haible <bruno@clisp.org>
parents: 4536
diff changeset
264 ta
6f7c9e594399 Upgrade to gettext-0.13.
Bruno Haible <bruno@clisp.org>
parents: 4536
diff changeset
265 # Yes it was empty. Look if we have the expected variable definition.
15357
c155eaad308b Avoid literal tabs.
Bruno Haible <bruno@clisp.org>
parents: 14079
diff changeset
266 /^['"${tab}"' ]*VARIABLE['"${tab}"' ]*=/{
4895
6f7c9e594399 Upgrade to gettext-0.13.
Bruno Haible <bruno@clisp.org>
parents: 4536
diff changeset
267 # Seen the first line of the variable definition.
15357
c155eaad308b Avoid literal tabs.
Bruno Haible <bruno@clisp.org>
parents: 14079
diff changeset
268 s/^['"${tab}"' ]*VARIABLE['"${tab}"' ]*=//
4895
6f7c9e594399 Upgrade to gettext-0.13.
Bruno Haible <bruno@clisp.org>
parents: 4536
diff changeset
269 ba
6f7c9e594399 Upgrade to gettext-0.13.
Bruno Haible <bruno@clisp.org>
parents: 4536
diff changeset
270 }
6f7c9e594399 Upgrade to gettext-0.13.
Bruno Haible <bruno@clisp.org>
parents: 4536
diff changeset
271 bd
6f7c9e594399 Upgrade to gettext-0.13.
Bruno Haible <bruno@clisp.org>
parents: 4536
diff changeset
272 :a
6f7c9e594399 Upgrade to gettext-0.13.
Bruno Haible <bruno@clisp.org>
parents: 4536
diff changeset
273 # Here we are processing a line from the variable definition.
6f7c9e594399 Upgrade to gettext-0.13.
Bruno Haible <bruno@clisp.org>
parents: 4536
diff changeset
274 # Remove comment, more precisely replace it with a space.
6f7c9e594399 Upgrade to gettext-0.13.
Bruno Haible <bruno@clisp.org>
parents: 4536
diff changeset
275 s/#.*$/ /
6f7c9e594399 Upgrade to gettext-0.13.
Bruno Haible <bruno@clisp.org>
parents: 4536
diff changeset
276 # See if the line ends in a backslash.
6f7c9e594399 Upgrade to gettext-0.13.
Bruno Haible <bruno@clisp.org>
parents: 4536
diff changeset
277 tb
6f7c9e594399 Upgrade to gettext-0.13.
Bruno Haible <bruno@clisp.org>
parents: 4536
diff changeset
278 :b
6f7c9e594399 Upgrade to gettext-0.13.
Bruno Haible <bruno@clisp.org>
parents: 4536
diff changeset
279 s/\\$//
6f7c9e594399 Upgrade to gettext-0.13.
Bruno Haible <bruno@clisp.org>
parents: 4536
diff changeset
280 # Print the line, without the trailing backslash.
6f7c9e594399 Upgrade to gettext-0.13.
Bruno Haible <bruno@clisp.org>
parents: 4536
diff changeset
281 p
6f7c9e594399 Upgrade to gettext-0.13.
Bruno Haible <bruno@clisp.org>
parents: 4536
diff changeset
282 tc
6f7c9e594399 Upgrade to gettext-0.13.
Bruno Haible <bruno@clisp.org>
parents: 4536
diff changeset
283 # There was no trailing backslash. The end of the variable definition is
6f7c9e594399 Upgrade to gettext-0.13.
Bruno Haible <bruno@clisp.org>
parents: 4536
diff changeset
284 # reached. Clear the hold space.
6f7c9e594399 Upgrade to gettext-0.13.
Bruno Haible <bruno@clisp.org>
parents: 4536
diff changeset
285 s/^.*$//
6f7c9e594399 Upgrade to gettext-0.13.
Bruno Haible <bruno@clisp.org>
parents: 4536
diff changeset
286 x
6f7c9e594399 Upgrade to gettext-0.13.
Bruno Haible <bruno@clisp.org>
parents: 4536
diff changeset
287 bd
6f7c9e594399 Upgrade to gettext-0.13.
Bruno Haible <bruno@clisp.org>
parents: 4536
diff changeset
288 :c
6f7c9e594399 Upgrade to gettext-0.13.
Bruno Haible <bruno@clisp.org>
parents: 4536
diff changeset
289 # A trailing backslash means that the variable definition continues in the
6f7c9e594399 Upgrade to gettext-0.13.
Bruno Haible <bruno@clisp.org>
parents: 4536
diff changeset
290 # next line. Put a nonempty string into the hold space to indicate this.
6f7c9e594399 Upgrade to gettext-0.13.
Bruno Haible <bruno@clisp.org>
parents: 4536
diff changeset
291 s/^.*$/P/
6f7c9e594399 Upgrade to gettext-0.13.
Bruno Haible <bruno@clisp.org>
parents: 4536
diff changeset
292 x
6f7c9e594399 Upgrade to gettext-0.13.
Bruno Haible <bruno@clisp.org>
parents: 4536
diff changeset
293 :d
6f7c9e594399 Upgrade to gettext-0.13.
Bruno Haible <bruno@clisp.org>
parents: 4536
diff changeset
294 '
6f7c9e594399 Upgrade to gettext-0.13.
Bruno Haible <bruno@clisp.org>
parents: 4536
diff changeset
295 changequote([,])dnl
6f7c9e594399 Upgrade to gettext-0.13.
Bruno Haible <bruno@clisp.org>
parents: 4536
diff changeset
296
6f7c9e594399 Upgrade to gettext-0.13.
Bruno Haible <bruno@clisp.org>
parents: 4536
diff changeset
297 # Set POTFILES to the value of the Makefile variable POTFILES.
7006
436f1f8cdf1e Update to GNU gettext 0.15.
Bruno Haible <bruno@clisp.org>
parents: 5700
diff changeset
298 sed_x_POTFILES=`$gt_echo "$sed_x_variable" | sed -e '/^ *#/d' -e 's/VARIABLE/POTFILES/g'`
4895
6f7c9e594399 Upgrade to gettext-0.13.
Bruno Haible <bruno@clisp.org>
parents: 4536
diff changeset
299 POTFILES=`sed -n -e "$sed_x_POTFILES" < "$ac_file"`
6f7c9e594399 Upgrade to gettext-0.13.
Bruno Haible <bruno@clisp.org>
parents: 4536
diff changeset
300 # Compute POTFILES_DEPS as
6f7c9e594399 Upgrade to gettext-0.13.
Bruno Haible <bruno@clisp.org>
parents: 4536
diff changeset
301 # $(foreach file, $(POTFILES), $(top_srcdir)/$(file))
6f7c9e594399 Upgrade to gettext-0.13.
Bruno Haible <bruno@clisp.org>
parents: 4536
diff changeset
302 POTFILES_DEPS=
6f7c9e594399 Upgrade to gettext-0.13.
Bruno Haible <bruno@clisp.org>
parents: 4536
diff changeset
303 for file in $POTFILES; do
6f7c9e594399 Upgrade to gettext-0.13.
Bruno Haible <bruno@clisp.org>
parents: 4536
diff changeset
304 POTFILES_DEPS="$POTFILES_DEPS "'$(top_srcdir)/'"$file"
6f7c9e594399 Upgrade to gettext-0.13.
Bruno Haible <bruno@clisp.org>
parents: 4536
diff changeset
305 done
6f7c9e594399 Upgrade to gettext-0.13.
Bruno Haible <bruno@clisp.org>
parents: 4536
diff changeset
306 POMAKEFILEDEPS=""
6f7c9e594399 Upgrade to gettext-0.13.
Bruno Haible <bruno@clisp.org>
parents: 4536
diff changeset
307
6f7c9e594399 Upgrade to gettext-0.13.
Bruno Haible <bruno@clisp.org>
parents: 4536
diff changeset
308 if test -n "$OBSOLETE_ALL_LINGUAS"; then
6f7c9e594399 Upgrade to gettext-0.13.
Bruno Haible <bruno@clisp.org>
parents: 4536
diff changeset
309 test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.in is obsolete" || echo "setting ALL_LINGUAS in configure.in is obsolete"
6f7c9e594399 Upgrade to gettext-0.13.
Bruno Haible <bruno@clisp.org>
parents: 4536
diff changeset
310 fi
6f7c9e594399 Upgrade to gettext-0.13.
Bruno Haible <bruno@clisp.org>
parents: 4536
diff changeset
311 if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then
6f7c9e594399 Upgrade to gettext-0.13.
Bruno Haible <bruno@clisp.org>
parents: 4536
diff changeset
312 # The LINGUAS file contains the set of available languages.
5700
eea92bfb3f7d Upgrade to GNU gettext 0.14.3.
Bruno Haible <bruno@clisp.org>
parents: 5659
diff changeset
313 ALL_LINGUAS_=`sed -e "/^#/d" -e "s/#.*//" "$ac_given_srcdir/$ac_dir/LINGUAS"`
4895
6f7c9e594399 Upgrade to gettext-0.13.
Bruno Haible <bruno@clisp.org>
parents: 4536
diff changeset
314 POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS"
6f7c9e594399 Upgrade to gettext-0.13.
Bruno Haible <bruno@clisp.org>
parents: 4536
diff changeset
315 else
6f7c9e594399 Upgrade to gettext-0.13.
Bruno Haible <bruno@clisp.org>
parents: 4536
diff changeset
316 # Set ALL_LINGUAS to the value of the Makefile variable LINGUAS.
7006
436f1f8cdf1e Update to GNU gettext 0.15.
Bruno Haible <bruno@clisp.org>
parents: 5700
diff changeset
317 sed_x_LINGUAS=`$gt_echo "$sed_x_variable" | sed -e '/^ *#/d' -e 's/VARIABLE/LINGUAS/g'`
4895
6f7c9e594399 Upgrade to gettext-0.13.
Bruno Haible <bruno@clisp.org>
parents: 4536
diff changeset
318 ALL_LINGUAS_=`sed -n -e "$sed_x_LINGUAS" < "$ac_file"`
6f7c9e594399 Upgrade to gettext-0.13.
Bruno Haible <bruno@clisp.org>
parents: 4536
diff changeset
319 fi
16358
a712776b11ce maint: spelling fixes
Paul Eggert <eggert@cs.ucla.edu>
parents: 16201
diff changeset
320 # Hide the ALL_LINGUAS assignment from automake < 1.5.
4895
6f7c9e594399 Upgrade to gettext-0.13.
Bruno Haible <bruno@clisp.org>
parents: 4536
diff changeset
321 eval 'ALL_LINGUAS''=$ALL_LINGUAS_'
6f7c9e594399 Upgrade to gettext-0.13.
Bruno Haible <bruno@clisp.org>
parents: 4536
diff changeset
322 # Compute POFILES
6f7c9e594399 Upgrade to gettext-0.13.
Bruno Haible <bruno@clisp.org>
parents: 4536
diff changeset
323 # as $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(lang).po)
6f7c9e594399 Upgrade to gettext-0.13.
Bruno Haible <bruno@clisp.org>
parents: 4536
diff changeset
324 # Compute UPDATEPOFILES
6f7c9e594399 Upgrade to gettext-0.13.
Bruno Haible <bruno@clisp.org>
parents: 4536
diff changeset
325 # as $(foreach lang, $(ALL_LINGUAS), $(lang).po-update)
6f7c9e594399 Upgrade to gettext-0.13.
Bruno Haible <bruno@clisp.org>
parents: 4536
diff changeset
326 # Compute DUMMYPOFILES
6f7c9e594399 Upgrade to gettext-0.13.
Bruno Haible <bruno@clisp.org>
parents: 4536
diff changeset
327 # as $(foreach lang, $(ALL_LINGUAS), $(lang).nop)
6f7c9e594399 Upgrade to gettext-0.13.
Bruno Haible <bruno@clisp.org>
parents: 4536
diff changeset
328 # Compute GMOFILES
6f7c9e594399 Upgrade to gettext-0.13.
Bruno Haible <bruno@clisp.org>
parents: 4536
diff changeset
329 # as $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(lang).gmo)
6f7c9e594399 Upgrade to gettext-0.13.
Bruno Haible <bruno@clisp.org>
parents: 4536
diff changeset
330 # Compute PROPERTIESFILES
6f7c9e594399 Upgrade to gettext-0.13.
Bruno Haible <bruno@clisp.org>
parents: 4536
diff changeset
331 # as $(foreach lang, $(ALL_LINGUAS), $(top_srcdir)/$(DOMAIN)_$(lang).properties)
6f7c9e594399 Upgrade to gettext-0.13.
Bruno Haible <bruno@clisp.org>
parents: 4536
diff changeset
332 # Compute CLASSFILES
6f7c9e594399 Upgrade to gettext-0.13.
Bruno Haible <bruno@clisp.org>
parents: 4536
diff changeset
333 # as $(foreach lang, $(ALL_LINGUAS), $(top_srcdir)/$(DOMAIN)_$(lang).class)
6f7c9e594399 Upgrade to gettext-0.13.
Bruno Haible <bruno@clisp.org>
parents: 4536
diff changeset
334 # Compute QMFILES
6f7c9e594399 Upgrade to gettext-0.13.
Bruno Haible <bruno@clisp.org>
parents: 4536
diff changeset
335 # as $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(lang).qm)
6f7c9e594399 Upgrade to gettext-0.13.
Bruno Haible <bruno@clisp.org>
parents: 4536
diff changeset
336 # Compute MSGFILES
6f7c9e594399 Upgrade to gettext-0.13.
Bruno Haible <bruno@clisp.org>
parents: 4536
diff changeset
337 # as $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(frob $(lang)).msg)
4945
07fb9f5d51e6 update from gettext 0.14.1
Karl Berry <karl@freefriends.org>
parents: 4895
diff changeset
338 # Compute RESOURCESDLLFILES
07fb9f5d51e6 update from gettext 0.14.1
Karl Berry <karl@freefriends.org>
parents: 4895
diff changeset
339 # as $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(frob $(lang))/$(DOMAIN).resources.dll)
4895
6f7c9e594399 Upgrade to gettext-0.13.
Bruno Haible <bruno@clisp.org>
parents: 4536
diff changeset
340 case "$ac_given_srcdir" in
6f7c9e594399 Upgrade to gettext-0.13.
Bruno Haible <bruno@clisp.org>
parents: 4536
diff changeset
341 .) srcdirpre= ;;
6f7c9e594399 Upgrade to gettext-0.13.
Bruno Haible <bruno@clisp.org>
parents: 4536
diff changeset
342 *) srcdirpre='$(srcdir)/' ;;
6f7c9e594399 Upgrade to gettext-0.13.
Bruno Haible <bruno@clisp.org>
parents: 4536
diff changeset
343 esac
6f7c9e594399 Upgrade to gettext-0.13.
Bruno Haible <bruno@clisp.org>
parents: 4536
diff changeset
344 POFILES=
6f7c9e594399 Upgrade to gettext-0.13.
Bruno Haible <bruno@clisp.org>
parents: 4536
diff changeset
345 UPDATEPOFILES=
6f7c9e594399 Upgrade to gettext-0.13.
Bruno Haible <bruno@clisp.org>
parents: 4536
diff changeset
346 DUMMYPOFILES=
6f7c9e594399 Upgrade to gettext-0.13.
Bruno Haible <bruno@clisp.org>
parents: 4536
diff changeset
347 GMOFILES=
6f7c9e594399 Upgrade to gettext-0.13.
Bruno Haible <bruno@clisp.org>
parents: 4536
diff changeset
348 PROPERTIESFILES=
6f7c9e594399 Upgrade to gettext-0.13.
Bruno Haible <bruno@clisp.org>
parents: 4536
diff changeset
349 CLASSFILES=
6f7c9e594399 Upgrade to gettext-0.13.
Bruno Haible <bruno@clisp.org>
parents: 4536
diff changeset
350 QMFILES=
6f7c9e594399 Upgrade to gettext-0.13.
Bruno Haible <bruno@clisp.org>
parents: 4536
diff changeset
351 MSGFILES=
4945
07fb9f5d51e6 update from gettext 0.14.1
Karl Berry <karl@freefriends.org>
parents: 4895
diff changeset
352 RESOURCESDLLFILES=
4895
6f7c9e594399 Upgrade to gettext-0.13.
Bruno Haible <bruno@clisp.org>
parents: 4536
diff changeset
353 for lang in $ALL_LINGUAS; do
6f7c9e594399 Upgrade to gettext-0.13.
Bruno Haible <bruno@clisp.org>
parents: 4536
diff changeset
354 POFILES="$POFILES $srcdirpre$lang.po"
6f7c9e594399 Upgrade to gettext-0.13.
Bruno Haible <bruno@clisp.org>
parents: 4536
diff changeset
355 UPDATEPOFILES="$UPDATEPOFILES $lang.po-update"
6f7c9e594399 Upgrade to gettext-0.13.
Bruno Haible <bruno@clisp.org>
parents: 4536
diff changeset
356 DUMMYPOFILES="$DUMMYPOFILES $lang.nop"
6f7c9e594399 Upgrade to gettext-0.13.
Bruno Haible <bruno@clisp.org>
parents: 4536
diff changeset
357 GMOFILES="$GMOFILES $srcdirpre$lang.gmo"
6f7c9e594399 Upgrade to gettext-0.13.
Bruno Haible <bruno@clisp.org>
parents: 4536
diff changeset
358 PROPERTIESFILES="$PROPERTIESFILES \$(top_srcdir)/\$(DOMAIN)_$lang.properties"
6f7c9e594399 Upgrade to gettext-0.13.
Bruno Haible <bruno@clisp.org>
parents: 4536
diff changeset
359 CLASSFILES="$CLASSFILES \$(top_srcdir)/\$(DOMAIN)_$lang.class"
6f7c9e594399 Upgrade to gettext-0.13.
Bruno Haible <bruno@clisp.org>
parents: 4536
diff changeset
360 QMFILES="$QMFILES $srcdirpre$lang.qm"
6f7c9e594399 Upgrade to gettext-0.13.
Bruno Haible <bruno@clisp.org>
parents: 4536
diff changeset
361 frobbedlang=`echo $lang | sed -e 's/\..*$//' -e 'y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/'`
6f7c9e594399 Upgrade to gettext-0.13.
Bruno Haible <bruno@clisp.org>
parents: 4536
diff changeset
362 MSGFILES="$MSGFILES $srcdirpre$frobbedlang.msg"
5659
be44f23226e0 Update from GNU gettext 0.14.2.
Bruno Haible <bruno@clisp.org>
parents: 4945
diff changeset
363 frobbedlang=`echo $lang | sed -e 's/_/-/g' -e 's/^sr-CS/sr-SP/' -e 's/@latin$/-Latn/' -e 's/@cyrillic$/-Cyrl/' -e 's/^sr-SP$/sr-SP-Latn/' -e 's/^uz-UZ$/uz-UZ-Latn/'`
4945
07fb9f5d51e6 update from gettext 0.14.1
Karl Berry <karl@freefriends.org>
parents: 4895
diff changeset
364 RESOURCESDLLFILES="$RESOURCESDLLFILES $srcdirpre$frobbedlang/\$(DOMAIN).resources.dll"
4895
6f7c9e594399 Upgrade to gettext-0.13.
Bruno Haible <bruno@clisp.org>
parents: 4536
diff changeset
365 done
6f7c9e594399 Upgrade to gettext-0.13.
Bruno Haible <bruno@clisp.org>
parents: 4536
diff changeset
366 # CATALOGS depends on both $ac_dir and the user's LINGUAS
6f7c9e594399 Upgrade to gettext-0.13.
Bruno Haible <bruno@clisp.org>
parents: 4536
diff changeset
367 # environment variable.
6f7c9e594399 Upgrade to gettext-0.13.
Bruno Haible <bruno@clisp.org>
parents: 4536
diff changeset
368 INST_LINGUAS=
6f7c9e594399 Upgrade to gettext-0.13.
Bruno Haible <bruno@clisp.org>
parents: 4536
diff changeset
369 if test -n "$ALL_LINGUAS"; then
6f7c9e594399 Upgrade to gettext-0.13.
Bruno Haible <bruno@clisp.org>
parents: 4536
diff changeset
370 for presentlang in $ALL_LINGUAS; do
6f7c9e594399 Upgrade to gettext-0.13.
Bruno Haible <bruno@clisp.org>
parents: 4536
diff changeset
371 useit=no
6f7c9e594399 Upgrade to gettext-0.13.
Bruno Haible <bruno@clisp.org>
parents: 4536
diff changeset
372 if test "%UNSET%" != "$LINGUAS"; then
6f7c9e594399 Upgrade to gettext-0.13.
Bruno Haible <bruno@clisp.org>
parents: 4536
diff changeset
373 desiredlanguages="$LINGUAS"
6f7c9e594399 Upgrade to gettext-0.13.
Bruno Haible <bruno@clisp.org>
parents: 4536
diff changeset
374 else
6f7c9e594399 Upgrade to gettext-0.13.
Bruno Haible <bruno@clisp.org>
parents: 4536
diff changeset
375 desiredlanguages="$ALL_LINGUAS"
6f7c9e594399 Upgrade to gettext-0.13.
Bruno Haible <bruno@clisp.org>
parents: 4536
diff changeset
376 fi
6f7c9e594399 Upgrade to gettext-0.13.
Bruno Haible <bruno@clisp.org>
parents: 4536
diff changeset
377 for desiredlang in $desiredlanguages; do
6f7c9e594399 Upgrade to gettext-0.13.
Bruno Haible <bruno@clisp.org>
parents: 4536
diff changeset
378 # Use the presentlang catalog if desiredlang is
6f7c9e594399 Upgrade to gettext-0.13.
Bruno Haible <bruno@clisp.org>
parents: 4536
diff changeset
379 # a. equal to presentlang, or
6f7c9e594399 Upgrade to gettext-0.13.
Bruno Haible <bruno@clisp.org>
parents: 4536
diff changeset
380 # b. a variant of presentlang (because in this case,
6f7c9e594399 Upgrade to gettext-0.13.
Bruno Haible <bruno@clisp.org>
parents: 4536
diff changeset
381 # presentlang can be used as a fallback for messages
6f7c9e594399 Upgrade to gettext-0.13.
Bruno Haible <bruno@clisp.org>
parents: 4536
diff changeset
382 # which are not translated in the desiredlang catalog).
6f7c9e594399 Upgrade to gettext-0.13.
Bruno Haible <bruno@clisp.org>
parents: 4536
diff changeset
383 case "$desiredlang" in
6f7c9e594399 Upgrade to gettext-0.13.
Bruno Haible <bruno@clisp.org>
parents: 4536
diff changeset
384 "$presentlang"*) useit=yes;;
6f7c9e594399 Upgrade to gettext-0.13.
Bruno Haible <bruno@clisp.org>
parents: 4536
diff changeset
385 esac
6f7c9e594399 Upgrade to gettext-0.13.
Bruno Haible <bruno@clisp.org>
parents: 4536
diff changeset
386 done
6f7c9e594399 Upgrade to gettext-0.13.
Bruno Haible <bruno@clisp.org>
parents: 4536
diff changeset
387 if test $useit = yes; then
6f7c9e594399 Upgrade to gettext-0.13.
Bruno Haible <bruno@clisp.org>
parents: 4536
diff changeset
388 INST_LINGUAS="$INST_LINGUAS $presentlang"
6f7c9e594399 Upgrade to gettext-0.13.
Bruno Haible <bruno@clisp.org>
parents: 4536
diff changeset
389 fi
6f7c9e594399 Upgrade to gettext-0.13.
Bruno Haible <bruno@clisp.org>
parents: 4536
diff changeset
390 done
6f7c9e594399 Upgrade to gettext-0.13.
Bruno Haible <bruno@clisp.org>
parents: 4536
diff changeset
391 fi
6f7c9e594399 Upgrade to gettext-0.13.
Bruno Haible <bruno@clisp.org>
parents: 4536
diff changeset
392 CATALOGS=
6f7c9e594399 Upgrade to gettext-0.13.
Bruno Haible <bruno@clisp.org>
parents: 4536
diff changeset
393 JAVACATALOGS=
6f7c9e594399 Upgrade to gettext-0.13.
Bruno Haible <bruno@clisp.org>
parents: 4536
diff changeset
394 QTCATALOGS=
6f7c9e594399 Upgrade to gettext-0.13.
Bruno Haible <bruno@clisp.org>
parents: 4536
diff changeset
395 TCLCATALOGS=
4945
07fb9f5d51e6 update from gettext 0.14.1
Karl Berry <karl@freefriends.org>
parents: 4895
diff changeset
396 CSHARPCATALOGS=
4895
6f7c9e594399 Upgrade to gettext-0.13.
Bruno Haible <bruno@clisp.org>
parents: 4536
diff changeset
397 if test -n "$INST_LINGUAS"; then
6f7c9e594399 Upgrade to gettext-0.13.
Bruno Haible <bruno@clisp.org>
parents: 4536
diff changeset
398 for lang in $INST_LINGUAS; do
6f7c9e594399 Upgrade to gettext-0.13.
Bruno Haible <bruno@clisp.org>
parents: 4536
diff changeset
399 CATALOGS="$CATALOGS $lang.gmo"
6f7c9e594399 Upgrade to gettext-0.13.
Bruno Haible <bruno@clisp.org>
parents: 4536
diff changeset
400 JAVACATALOGS="$JAVACATALOGS \$(DOMAIN)_$lang.properties"
6f7c9e594399 Upgrade to gettext-0.13.
Bruno Haible <bruno@clisp.org>
parents: 4536
diff changeset
401 QTCATALOGS="$QTCATALOGS $lang.qm"
6f7c9e594399 Upgrade to gettext-0.13.
Bruno Haible <bruno@clisp.org>
parents: 4536
diff changeset
402 frobbedlang=`echo $lang | sed -e 's/\..*$//' -e 'y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/'`
6f7c9e594399 Upgrade to gettext-0.13.
Bruno Haible <bruno@clisp.org>
parents: 4536
diff changeset
403 TCLCATALOGS="$TCLCATALOGS $frobbedlang.msg"
5659
be44f23226e0 Update from GNU gettext 0.14.2.
Bruno Haible <bruno@clisp.org>
parents: 4945
diff changeset
404 frobbedlang=`echo $lang | sed -e 's/_/-/g' -e 's/^sr-CS/sr-SP/' -e 's/@latin$/-Latn/' -e 's/@cyrillic$/-Cyrl/' -e 's/^sr-SP$/sr-SP-Latn/' -e 's/^uz-UZ$/uz-UZ-Latn/'`
4945
07fb9f5d51e6 update from gettext 0.14.1
Karl Berry <karl@freefriends.org>
parents: 4895
diff changeset
405 CSHARPCATALOGS="$CSHARPCATALOGS $frobbedlang/\$(DOMAIN).resources.dll"
4895
6f7c9e594399 Upgrade to gettext-0.13.
Bruno Haible <bruno@clisp.org>
parents: 4536
diff changeset
406 done
6f7c9e594399 Upgrade to gettext-0.13.
Bruno Haible <bruno@clisp.org>
parents: 4536
diff changeset
407 fi
6f7c9e594399 Upgrade to gettext-0.13.
Bruno Haible <bruno@clisp.org>
parents: 4536
diff changeset
408
4945
07fb9f5d51e6 update from gettext 0.14.1
Karl Berry <karl@freefriends.org>
parents: 4895
diff changeset
409 sed -e "s|@POTFILES_DEPS@|$POTFILES_DEPS|g" -e "s|@POFILES@|$POFILES|g" -e "s|@UPDATEPOFILES@|$UPDATEPOFILES|g" -e "s|@DUMMYPOFILES@|$DUMMYPOFILES|g" -e "s|@GMOFILES@|$GMOFILES|g" -e "s|@PROPERTIESFILES@|$PROPERTIESFILES|g" -e "s|@CLASSFILES@|$CLASSFILES|g" -e "s|@QMFILES@|$QMFILES|g" -e "s|@MSGFILES@|$MSGFILES|g" -e "s|@RESOURCESDLLFILES@|$RESOURCESDLLFILES|g" -e "s|@CATALOGS@|$CATALOGS|g" -e "s|@JAVACATALOGS@|$JAVACATALOGS|g" -e "s|@QTCATALOGS@|$QTCATALOGS|g" -e "s|@TCLCATALOGS@|$TCLCATALOGS|g" -e "s|@CSHARPCATALOGS@|$CSHARPCATALOGS|g" -e 's,^#distdir:,distdir:,' < "$ac_file" > "$ac_file.tmp"
15357
c155eaad308b Avoid literal tabs.
Bruno Haible <bruno@clisp.org>
parents: 14079
diff changeset
410 tab=`printf '\t'`
4895
6f7c9e594399 Upgrade to gettext-0.13.
Bruno Haible <bruno@clisp.org>
parents: 4536
diff changeset
411 if grep -l '@TCLCATALOGS@' "$ac_file" > /dev/null; then
6f7c9e594399 Upgrade to gettext-0.13.
Bruno Haible <bruno@clisp.org>
parents: 4536
diff changeset
412 # Add dependencies that cannot be formulated as a simple suffix rule.
6f7c9e594399 Upgrade to gettext-0.13.
Bruno Haible <bruno@clisp.org>
parents: 4536
diff changeset
413 for lang in $ALL_LINGUAS; do
6f7c9e594399 Upgrade to gettext-0.13.
Bruno Haible <bruno@clisp.org>
parents: 4536
diff changeset
414 frobbedlang=`echo $lang | sed -e 's/\..*$//' -e 'y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/'`
6f7c9e594399 Upgrade to gettext-0.13.
Bruno Haible <bruno@clisp.org>
parents: 4536
diff changeset
415 cat >> "$ac_file.tmp" <<EOF
6f7c9e594399 Upgrade to gettext-0.13.
Bruno Haible <bruno@clisp.org>
parents: 4536
diff changeset
416 $frobbedlang.msg: $lang.po
15357
c155eaad308b Avoid literal tabs.
Bruno Haible <bruno@clisp.org>
parents: 14079
diff changeset
417 ${tab}@echo "\$(MSGFMT) -c --tcl -d \$(srcdir) -l $lang $srcdirpre$lang.po"; \
c155eaad308b Avoid literal tabs.
Bruno Haible <bruno@clisp.org>
parents: 14079
diff changeset
418 ${tab}\$(MSGFMT) -c --tcl -d "\$(srcdir)" -l $lang $srcdirpre$lang.po || { rm -f "\$(srcdir)/$frobbedlang.msg"; exit 1; }
4895
6f7c9e594399 Upgrade to gettext-0.13.
Bruno Haible <bruno@clisp.org>
parents: 4536
diff changeset
419 EOF
6f7c9e594399 Upgrade to gettext-0.13.
Bruno Haible <bruno@clisp.org>
parents: 4536
diff changeset
420 done
6f7c9e594399 Upgrade to gettext-0.13.
Bruno Haible <bruno@clisp.org>
parents: 4536
diff changeset
421 fi
4945
07fb9f5d51e6 update from gettext 0.14.1
Karl Berry <karl@freefriends.org>
parents: 4895
diff changeset
422 if grep -l '@CSHARPCATALOGS@' "$ac_file" > /dev/null; then
07fb9f5d51e6 update from gettext 0.14.1
Karl Berry <karl@freefriends.org>
parents: 4895
diff changeset
423 # Add dependencies that cannot be formulated as a simple suffix rule.
07fb9f5d51e6 update from gettext 0.14.1
Karl Berry <karl@freefriends.org>
parents: 4895
diff changeset
424 for lang in $ALL_LINGUAS; do
5659
be44f23226e0 Update from GNU gettext 0.14.2.
Bruno Haible <bruno@clisp.org>
parents: 4945
diff changeset
425 frobbedlang=`echo $lang | sed -e 's/_/-/g' -e 's/^sr-CS/sr-SP/' -e 's/@latin$/-Latn/' -e 's/@cyrillic$/-Cyrl/' -e 's/^sr-SP$/sr-SP-Latn/' -e 's/^uz-UZ$/uz-UZ-Latn/'`
4945
07fb9f5d51e6 update from gettext 0.14.1
Karl Berry <karl@freefriends.org>
parents: 4895
diff changeset
426 cat >> "$ac_file.tmp" <<EOF
07fb9f5d51e6 update from gettext 0.14.1
Karl Berry <karl@freefriends.org>
parents: 4895
diff changeset
427 $frobbedlang/\$(DOMAIN).resources.dll: $lang.po
15357
c155eaad308b Avoid literal tabs.
Bruno Haible <bruno@clisp.org>
parents: 14079
diff changeset
428 ${tab}@echo "\$(MSGFMT) -c --csharp -d \$(srcdir) -l $lang $srcdirpre$lang.po -r \$(DOMAIN)"; \
c155eaad308b Avoid literal tabs.
Bruno Haible <bruno@clisp.org>
parents: 14079
diff changeset
429 ${tab}\$(MSGFMT) -c --csharp -d "\$(srcdir)" -l $lang $srcdirpre$lang.po -r "\$(DOMAIN)" || { rm -f "\$(srcdir)/$frobbedlang.msg"; exit 1; }
4945
07fb9f5d51e6 update from gettext 0.14.1
Karl Berry <karl@freefriends.org>
parents: 4895
diff changeset
430 EOF
07fb9f5d51e6 update from gettext 0.14.1
Karl Berry <karl@freefriends.org>
parents: 4895
diff changeset
431 done
07fb9f5d51e6 update from gettext 0.14.1
Karl Berry <karl@freefriends.org>
parents: 4895
diff changeset
432 fi
4895
6f7c9e594399 Upgrade to gettext-0.13.
Bruno Haible <bruno@clisp.org>
parents: 4536
diff changeset
433 if test -n "$POMAKEFILEDEPS"; then
6f7c9e594399 Upgrade to gettext-0.13.
Bruno Haible <bruno@clisp.org>
parents: 4536
diff changeset
434 cat >> "$ac_file.tmp" <<EOF
6f7c9e594399 Upgrade to gettext-0.13.
Bruno Haible <bruno@clisp.org>
parents: 4536
diff changeset
435 Makefile: $POMAKEFILEDEPS
6f7c9e594399 Upgrade to gettext-0.13.
Bruno Haible <bruno@clisp.org>
parents: 4536
diff changeset
436 EOF
6f7c9e594399 Upgrade to gettext-0.13.
Bruno Haible <bruno@clisp.org>
parents: 4536
diff changeset
437 fi
6f7c9e594399 Upgrade to gettext-0.13.
Bruno Haible <bruno@clisp.org>
parents: 4536
diff changeset
438 mv "$ac_file.tmp" "$ac_file"
6f7c9e594399 Upgrade to gettext-0.13.
Bruno Haible <bruno@clisp.org>
parents: 4536
diff changeset
439 ])
9458
7a44548c7012 Upgrade to gettext-0.17.
Bruno Haible <bruno@clisp.org>
parents: 7006
diff changeset
440
7a44548c7012 Upgrade to gettext-0.17.
Bruno Haible <bruno@clisp.org>
parents: 7006
diff changeset
441 dnl Initializes the accumulator used by AM_XGETTEXT_OPTION.
7a44548c7012 Upgrade to gettext-0.17.
Bruno Haible <bruno@clisp.org>
parents: 7006
diff changeset
442 AC_DEFUN([AM_XGETTEXT_OPTION_INIT],
7a44548c7012 Upgrade to gettext-0.17.
Bruno Haible <bruno@clisp.org>
parents: 7006
diff changeset
443 [
7a44548c7012 Upgrade to gettext-0.17.
Bruno Haible <bruno@clisp.org>
parents: 7006
diff changeset
444 XGETTEXT_EXTRA_OPTIONS=
7a44548c7012 Upgrade to gettext-0.17.
Bruno Haible <bruno@clisp.org>
parents: 7006
diff changeset
445 ])
7a44548c7012 Upgrade to gettext-0.17.
Bruno Haible <bruno@clisp.org>
parents: 7006
diff changeset
446
7a44548c7012 Upgrade to gettext-0.17.
Bruno Haible <bruno@clisp.org>
parents: 7006
diff changeset
447 dnl Registers an option to be passed to xgettext in the po subdirectory.
7a44548c7012 Upgrade to gettext-0.17.
Bruno Haible <bruno@clisp.org>
parents: 7006
diff changeset
448 AC_DEFUN([AM_XGETTEXT_OPTION],
7a44548c7012 Upgrade to gettext-0.17.
Bruno Haible <bruno@clisp.org>
parents: 7006
diff changeset
449 [
7a44548c7012 Upgrade to gettext-0.17.
Bruno Haible <bruno@clisp.org>
parents: 7006
diff changeset
450 AC_REQUIRE([AM_XGETTEXT_OPTION_INIT])
7a44548c7012 Upgrade to gettext-0.17.
Bruno Haible <bruno@clisp.org>
parents: 7006
diff changeset
451 XGETTEXT_EXTRA_OPTIONS="$XGETTEXT_EXTRA_OPTIONS $1"
7a44548c7012 Upgrade to gettext-0.17.
Bruno Haible <bruno@clisp.org>
parents: 7006
diff changeset
452 ])