~ubuntu-branches/ubuntu/raring/libuser/raring

« back to all changes in this revision

Viewing changes to m4/gettext.m4

  • Committer: Bazaar Package Importer
  • Author(s): Anibal Monsalve Salazar
  • Date: 2006-12-28 19:18:14 UTC
  • mfrom: (2.1.1 edgy)
  • Revision ID: james.westby@ubuntu.com-20061228191814-i7ssaghc6shbsv95
Tags: 1:0.54.6-2.1.dfsg.1-1.2
* Non-maintainer upload.
* Moved all manpages of commands in /usr/sbin/ from section 1 to
  section 8 (Closes: #404020).
* Added autotools-dev as build-dependency.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# gettext.m4 serial 36 (gettext-0.14.3)
 
1
# gettext.m4 serial 37 (gettext-0.14.4)
2
2
dnl Copyright (C) 1995-2005 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,
139
139
], [])[extern int _nl_msg_cat_cntr;
140
140
extern int *_nl_domain_bindings;],
141
141
            [bindtextdomain ("", "");
142
 
return (int) gettext ("")]ifelse([$2], [need-ngettext], [ + (int) ngettext ("", "", 0)], [])[ + _nl_msg_cat_cntr + *_nl_domain_bindings],
 
142
return * gettext ("")]ifelse([$2], [need-ngettext], [ + * ngettext ("", "", 0)], [])[ + _nl_msg_cat_cntr + *_nl_domain_bindings],
143
143
            gt_cv_func_gnugettext_libc=yes,
144
144
            gt_cv_func_gnugettext_libc=no)])
145
145
 
175
175
#endif
176
176
const char *_nl_expand_alias (const char *);],
177
177
              [bindtextdomain ("", "");
178
 
return (int) gettext ("")]ifelse([$2], [need-ngettext], [ + (int) ngettext ("", "", 0)], [])[ + _nl_msg_cat_cntr + *_nl_expand_alias ("")],
 
178
return * gettext ("")]ifelse([$2], [need-ngettext], [ + * ngettext ("", "", 0)], [])[ + _nl_msg_cat_cntr + *_nl_expand_alias ("")],
179
179
              gt_cv_func_gnugettext_libintl=yes,
180
180
              gt_cv_func_gnugettext_libintl=no)
181
181
            dnl Now see whether libintl exists and depends on libiconv.
196
196
#endif
197
197
const char *_nl_expand_alias (const char *);],
198
198
                [bindtextdomain ("", "");
199
 
return (int) gettext ("")]ifelse([$2], [need-ngettext], [ + (int) ngettext ("", "", 0)], [])[ + _nl_msg_cat_cntr + *_nl_expand_alias ("")],
 
199
return * gettext ("")]ifelse([$2], [need-ngettext], [ + * ngettext ("", "", 0)], [])[ + _nl_msg_cat_cntr + *_nl_expand_alias ("")],
200
200
               [LIBINTL="$LIBINTL $LIBICONV"
201
201
                LTLIBINTL="$LTLIBINTL $LTLIBICONV"
202
202
                gt_cv_func_gnugettext_libintl=yes