Line 0
Link Here
|
|
|
1 |
|
2 |
$FreeBSD: ports/audio/gqmpeg/files/patch-aclocal.m4,v 1.1 2002/07/19 14:10:42 naddy Exp $ |
3 |
|
4 |
--- aclocal.m4.orig Wed Jul 17 20:48:30 2002 |
5 |
+++ aclocal.m4 Thu Jul 18 16:38:49 2002 |
6 |
@@ -545,7 +545,7 @@ |
7 |
rm -f conf.gdk_pixbuftest |
8 |
]) |
9 |
|
10 |
-# gettext.m4 serial 13 (gettext-0.11.1) |
11 |
+# gettext.m4 serial 14 (gettext-0.11.2) |
12 |
dnl Copyright (C) 1995-2002 Free Software Foundation, Inc. |
13 |
dnl This file is free software, distributed under the terms of the GNU |
14 |
dnl General Public License. As a special exception to the GNU General |
15 |
@@ -689,14 +689,13 @@ |
16 |
dnl Now see whether libintl exists and does not depend on libiconv. |
17 |
AC_TRY_LINK([#include <libintl.h> |
18 |
extern int _nl_msg_cat_cntr; |
19 |
-extern int *_nl_domain_bindings; |
20 |
extern |
21 |
#ifdef __cplusplus |
22 |
"C" |
23 |
#endif |
24 |
const char *_nl_expand_alias ();], |
25 |
[bindtextdomain ("", ""); |
26 |
-return (int) gettext ("")]ifelse([$2], [need-ngettext], [ + (int) ngettext ("", "", 0)], [])[ + _nl_msg_cat_cntr + *_nl_domain_bindings + *_nl_expand_alias (0)], |
27 |
+return (int) gettext ("")]ifelse([$2], [need-ngettext], [ + (int) ngettext ("", "", 0)], [])[ + _nl_msg_cat_cntr + *_nl_expand_alias (0)], |
28 |
gt_cv_func_gnugettext_libintl=yes, |
29 |
gt_cv_func_gnugettext_libintl=no) |
30 |
dnl Now see whether libintl exists and depends on libiconv. |
31 |
@@ -704,14 +703,13 @@ |
32 |
LIBS="$LIBS $LIBICONV" |
33 |
AC_TRY_LINK([#include <libintl.h> |
34 |
extern int _nl_msg_cat_cntr; |
35 |
-extern int *_nl_domain_bindings; |
36 |
extern |
37 |
#ifdef __cplusplus |
38 |
"C" |
39 |
#endif |
40 |
const char *_nl_expand_alias ();], |
41 |
[bindtextdomain ("", ""); |
42 |
-return (int) gettext ("")]ifelse([$2], [need-ngettext], [ + (int) ngettext ("", "", 0)], [])[ + _nl_msg_cat_cntr + *_nl_domain_bindings + *_nl_expand_alias (0)], |
43 |
+return (int) gettext ("")]ifelse([$2], [need-ngettext], [ + (int) ngettext ("", "", 0)], [])[ + _nl_msg_cat_cntr + *_nl_expand_alias (0)], |
44 |
[LIBINTL="$LIBINTL $LIBICONV" |
45 |
LTLIBINTL="$LTLIBINTL $LTLIBICONV" |
46 |
gt_cv_func_gnugettext_libintl=yes |