Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc
Commits
e68826bd
Commit
e68826bd
authored
Sep 30, 2014
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update gettext to version 19.2
parent
f0266510
Changes
36
Hide whitespace changes
Inline
Side-by-side
Showing
36 changed files
with
166 additions
and
64 deletions
+166
-64
autotools/config.rpath
autotools/config.rpath
+6
-12
configure.ac
configure.ac
+1
-1
m4/Makefile.am
m4/Makefile.am
+1
-0
m4/codeset.m4
m4/codeset.m4
+1
-1
m4/extern-inline.m4
m4/extern-inline.m4
+84
-0
m4/fcntl-o.m4
m4/fcntl-o.m4
+1
-1
m4/gettext.m4
m4/gettext.m4
+2
-2
m4/glibc2.m4
m4/glibc2.m4
+1
-1
m4/glibc21.m4
m4/glibc21.m4
+1
-1
m4/iconv.m4
m4/iconv.m4
+1
-1
m4/intdiv0.m4
m4/intdiv0.m4
+1
-1
m4/intl.m4
m4/intl.m4
+4
-5
m4/intldir.m4
m4/intldir.m4
+1
-1
m4/intlmacosx.m4
m4/intlmacosx.m4
+1
-1
m4/intmax.m4
m4/intmax.m4
+1
-1
m4/inttypes-pri.m4
m4/inttypes-pri.m4
+1
-1
m4/inttypes_h.m4
m4/inttypes_h.m4
+1
-1
m4/lcmessage.m4
m4/lcmessage.m4
+1
-1
m4/lib-ld.m4
m4/lib-ld.m4
+1
-1
m4/lib-link.m4
m4/lib-link.m4
+1
-1
m4/lib-prefix.m4
m4/lib-prefix.m4
+1
-1
m4/lock.m4
m4/lock.m4
+4
-1
m4/longlong.m4
m4/longlong.m4
+1
-1
m4/nls.m4
m4/nls.m4
+1
-1
m4/po.m4
m4/po.m4
+3
-3
m4/printf-posix.m4
m4/printf-posix.m4
+1
-1
m4/progtest.m4
m4/progtest.m4
+1
-1
m4/size_max.m4
m4/size_max.m4
+1
-1
m4/stdint_h.m4
m4/stdint_h.m4
+1
-1
m4/threadlib.m4
m4/threadlib.m4
+1
-1
m4/uintmax_t.m4
m4/uintmax_t.m4
+1
-1
m4/visibility.m4
m4/visibility.m4
+1
-1
m4/wchar_t.m4
m4/wchar_t.m4
+1
-1
m4/wint_t.m4
m4/wint_t.m4
+1
-1
m4/xsize.m4
m4/xsize.m4
+1
-1
po/Makefile.in.in
po/Makefile.in.in
+34
-13
No files found.
autotools/config.rpath
View file @
e68826bd
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
# Output a system dependent set of variables, describing how to set the
# Output a system dependent set of variables, describing how to set the
# run time search path of shared libraries in an executable.
# run time search path of shared libraries in an executable.
#
#
# Copyright 1996-201
3
Free Software Foundation, Inc.
# Copyright 1996-201
4
Free Software Foundation, Inc.
# Taken from GNU libtool, 2001
# Taken from GNU libtool, 2001
# Originally by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996
# Originally by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996
#
#
...
@@ -367,11 +367,7 @@ else
...
@@ -367,11 +367,7 @@ else
dgux
*
)
dgux
*
)
hardcode_libdir_flag_spec
=
'-L$libdir'
hardcode_libdir_flag_spec
=
'-L$libdir'
;;
;;
freebsd2.2
*
)
freebsd2.[01]
*
)
hardcode_libdir_flag_spec
=
'-R$libdir'
hardcode_direct
=
yes
;;
freebsd2
*
)
hardcode_direct
=
yes
hardcode_direct
=
yes
hardcode_minus_L
=
yes
hardcode_minus_L
=
yes
;;
;;
...
@@ -548,13 +544,11 @@ case "$host_os" in
...
@@ -548,13 +544,11 @@ case "$host_os" in
dgux
*
)
dgux
*
)
library_names_spec
=
'$libname$shrext'
library_names_spec
=
'$libname$shrext'
;;
;;
freebsd[23].
*
)
library_names_spec
=
'$libname$shrext$versuffix'
;;
freebsd
*
|
dragonfly
*
)
freebsd
*
|
dragonfly
*
)
case
"
$host_os
"
in
library_names_spec
=
'$libname$shrext'
freebsd[123]
*
)
library_names_spec
=
'$libname$shrext$versuffix'
;;
*
)
library_names_spec
=
'$libname$shrext'
;;
esac
;;
;;
gnu
*
)
gnu
*
)
library_names_spec
=
'$libname$shrext'
library_names_spec
=
'$libname$shrext'
...
...
configure.ac
View file @
e68826bd
...
@@ -439,7 +439,7 @@ AS_IF([test "${enable_shared}" = "no" -a "${enable_vlc}" != "no"], [
...
@@ -439,7 +439,7 @@ AS_IF([test "${enable_shared}" = "no" -a "${enable_vlc}" != "no"], [
dnl
dnl
dnl Gettext stuff
dnl Gettext stuff
dnl
dnl
AM_GNU_GETTEXT_VERSION([0.1
8.3
])
AM_GNU_GETTEXT_VERSION([0.1
9.2
])
AM_GNU_GETTEXT([external], [need-ngettext])
AM_GNU_GETTEXT([external], [need-ngettext])
dnl
dnl
...
...
m4/Makefile.am
View file @
e68826bd
...
@@ -2,6 +2,7 @@ NULL =
...
@@ -2,6 +2,7 @@ NULL =
EXTRA_DIST
=
\
EXTRA_DIST
=
\
codeset.m4
\
codeset.m4
\
extern-inline.m4
\
flags.m4
\
flags.m4
\
gettext.m4
\
gettext.m4
\
glibc21.m4
\
glibc21.m4
\
...
...
m4/codeset.m4
View file @
e68826bd
# codeset.m4 serial 5 (gettext-0.18.2)
# codeset.m4 serial 5 (gettext-0.18.2)
dnl Copyright (C) 2000-2002, 2006, 2008-201
3
Free Software Foundation, Inc.
dnl Copyright (C) 2000-2002, 2006, 2008-201
4
Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
dnl gives unlimited permission to copy and/or distribute it,
dnl with or without modifications, as long as this notice is preserved.
dnl with or without modifications, as long as this notice is preserved.
...
...
m4/extern-inline.m4
0 → 100644
View file @
e68826bd
dnl 'extern inline' a la ISO C99.
dnl Copyright 2012-2014 Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
dnl with or without modifications, as long as this notice is preserved.
AC_DEFUN([gl_EXTERN_INLINE],
[
AH_VERBATIM([extern_inline],
[/* Please see the Gnulib manual for how to use these macros.
Suppress extern inline with HP-UX cc, as it appears to be broken; see
<http://lists.gnu.org/archive/html/bug-texinfo/2013-02/msg00030.html>.
Suppress extern inline with Sun C in standards-conformance mode, as it
mishandles inline functions that call each other. E.g., for 'inline void f
(void) { } inline void g (void) { f (); }', c99 incorrectly complains
'reference to static identifier "f" in extern inline function'.
This bug was observed with Sun C 5.12 SunOS_i386 2011/11/16.
Suppress the use of extern inline on problematic Apple configurations.
OS X 10.8 and earlier mishandle it; see, e.g.,
<http://lists.gnu.org/archive/html/bug-gnulib/2012-12/msg00023.html>.
OS X 10.9 has a macro __header_inline indicating the bug is fixed for C and
for clang but remains for g++; see <http://trac.macports.org/ticket/41033>.
Perhaps Apple will fix this some day. */
#if (defined __APPLE__ \
&& (defined __header_inline \
? (defined __cplusplus && defined __GNUC_STDC_INLINE__ \
&& ! defined __clang__) \
: ((! defined _DONT_USE_CTYPE_INLINE_ \
&& (defined __GNUC__ || defined __cplusplus)) \
|| (defined _FORTIFY_SOURCE && 0 < _FORTIFY_SOURCE \
&& defined __GNUC__ && ! defined __cplusplus))))
# define _GL_EXTERN_INLINE_APPLE_BUG
#endif
#if ((__GNUC__ \
? defined __GNUC_STDC_INLINE__ && __GNUC_STDC_INLINE__ \
: (199901L <= __STDC_VERSION__ \
&& !defined __HP_cc \
&& !(defined __SUNPRO_C && __STDC__))) \
&& !defined _GL_EXTERN_INLINE_APPLE_BUG)
# define _GL_INLINE inline
# define _GL_EXTERN_INLINE extern inline
# define _GL_EXTERN_INLINE_IN_USE
#elif (2 < __GNUC__ + (7 <= __GNUC_MINOR__) && !defined __STRICT_ANSI__ \
&& !defined _GL_EXTERN_INLINE_APPLE_BUG)
# if defined __GNUC_GNU_INLINE__ && __GNUC_GNU_INLINE__
/* __gnu_inline__ suppresses a GCC 4.2 diagnostic. */
# define _GL_INLINE extern inline __attribute__ ((__gnu_inline__))
# else
# define _GL_INLINE extern inline
# endif
# define _GL_EXTERN_INLINE extern
# define _GL_EXTERN_INLINE_IN_USE
#else
# define _GL_INLINE static _GL_UNUSED
# define _GL_EXTERN_INLINE static _GL_UNUSED
#endif
#if 4 < __GNUC__ + (6 <= __GNUC_MINOR__)
# if defined __GNUC_STDC_INLINE__ && __GNUC_STDC_INLINE__
# define _GL_INLINE_HEADER_CONST_PRAGMA
# else
# define _GL_INLINE_HEADER_CONST_PRAGMA \
_Pragma ("GCC diagnostic ignored \"-Wsuggest-attribute=const\"")
# endif
/* Suppress GCC's bogus "no previous prototype for 'FOO'"
and "no previous declaration for 'FOO'" diagnostics,
when FOO is an inline function in the header; see
<http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54113>. */
# define _GL_INLINE_HEADER_BEGIN \
_Pragma ("GCC diagnostic push") \
_Pragma ("GCC diagnostic ignored \"-Wmissing-prototypes\"") \
_Pragma ("GCC diagnostic ignored \"-Wmissing-declarations\"") \
_GL_INLINE_HEADER_CONST_PRAGMA
# define _GL_INLINE_HEADER_END \
_Pragma ("GCC diagnostic pop")
#else
# define _GL_INLINE_HEADER_BEGIN
# define _GL_INLINE_HEADER_END
#endif])
])
m4/fcntl-o.m4
View file @
e68826bd
# fcntl-o.m4 serial 4
# fcntl-o.m4 serial 4
dnl Copyright (C) 2006, 2009-201
3
Free Software Foundation, Inc.
dnl Copyright (C) 2006, 2009-201
4
Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
dnl gives unlimited permission to copy and/or distribute it,
dnl with or without modifications, as long as this notice is preserved.
dnl with or without modifications, as long as this notice is preserved.
...
...
m4/gettext.m4
View file @
e68826bd
# gettext.m4 serial 66 (gettext-0.18.2)
# gettext.m4 serial 66 (gettext-0.18.2)
dnl Copyright (C) 1995-201
3
Free Software Foundation, Inc.
dnl Copyright (C) 1995-201
4
Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
dnl gives unlimited permission to copy and/or distribute it,
dnl with or without modifications, as long as this notice is preserved.
dnl with or without modifications, as long as this notice is preserved.
...
@@ -187,7 +187,7 @@ return * gettext ("")$gt_expression_test_code + _nl_msg_cat_cntr + *_nl_domain_b
...
@@ -187,7 +187,7 @@ return * gettext ("")$gt_expression_test_code + _nl_msg_cat_cntr + *_nl_domain_b
[gt_save_CPPFLAGS="$CPPFLAGS"
[gt_save_CPPFLAGS="$CPPFLAGS"
CPPFLAGS="$CPPFLAGS $INCINTL"
CPPFLAGS="$CPPFLAGS $INCINTL"
gt_save_LIBS="$LIBS"
gt_save_LIBS="$LIBS"
LIBS="$LIBS $LIBINTL
$INTL_MACOSX_LIBS
"
LIBS="$LIBS $LIBINTL"
dnl Now see whether libintl exists and does not depend on libiconv.
dnl Now see whether libintl exists and does not depend on libiconv.
AC_LINK_IFELSE(
AC_LINK_IFELSE(
[AC_LANG_PROGRAM(
[AC_LANG_PROGRAM(
...
...
m4/glibc2.m4
View file @
e68826bd
# glibc2.m4 serial 3
# glibc2.m4 serial 3
dnl Copyright (C) 2000-2002, 2004, 2008, 2010-201
3
Free Software Foundation,
dnl Copyright (C) 2000-2002, 2004, 2008, 2010-201
4
Free Software Foundation,
dnl Inc.
dnl Inc.
dnl This file is free software; the Free Software Foundation
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
dnl gives unlimited permission to copy and/or distribute it,
...
...
m4/glibc21.m4
View file @
e68826bd
# glibc21.m4 serial 5
# glibc21.m4 serial 5
dnl Copyright (C) 2000-2002, 2004, 2008, 2010-201
3
Free Software Foundation,
dnl Copyright (C) 2000-2002, 2004, 2008, 2010-201
4
Free Software Foundation,
dnl Inc.
dnl Inc.
dnl This file is free software; the Free Software Foundation
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
dnl gives unlimited permission to copy and/or distribute it,
...
...
m4/iconv.m4
View file @
e68826bd
# iconv.m4 serial 18 (gettext-0.18.2)
# iconv.m4 serial 18 (gettext-0.18.2)
dnl Copyright (C) 2000-2002, 2007-201
3
Free Software Foundation, Inc.
dnl Copyright (C) 2000-2002, 2007-201
4
Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
dnl gives unlimited permission to copy and/or distribute it,
dnl with or without modifications, as long as this notice is preserved.
dnl with or without modifications, as long as this notice is preserved.
...
...
m4/intdiv0.m4
View file @
e68826bd
# intdiv0.m4 serial 6 (gettext-0.18.2)
# intdiv0.m4 serial 6 (gettext-0.18.2)
dnl Copyright (C) 2002, 2007-2008, 2010-201
3
Free Software Foundation, Inc.
dnl Copyright (C) 2002, 2007-2008, 2010-201
4
Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
dnl gives unlimited permission to copy and/or distribute it,
dnl with or without modifications, as long as this notice is preserved.
dnl with or without modifications, as long as this notice is preserved.
...
...
m4/intl.m4
View file @
e68826bd
# intl.m4 serial 2
5 (gettext-0.18.3
)
# intl.m4 serial 2
6 (gettext-0.19
)
dnl Copyright (C) 1995-201
3
Free Software Foundation, Inc.
dnl Copyright (C) 1995-201
4
Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
dnl gives unlimited permission to copy and/or distribute it,
dnl with or without modifications, as long as this notice is preserved.
dnl with or without modifications, as long as this notice is preserved.
...
@@ -241,8 +241,7 @@ AC_DEFUN([gt_INTL_SUBDIR_CORE],
...
@@ -241,8 +241,7 @@ AC_DEFUN([gt_INTL_SUBDIR_CORE],
dnl intl/plural.c is generated from intl/plural.y. It requires bison,
dnl intl/plural.c is generated from intl/plural.y. It requires bison,
dnl because plural.y uses bison specific features. It requires at least
dnl because plural.y uses bison specific features. It requires at least
dnl bison-1.26 because earlier versions generate a plural.c that doesn't
dnl bison-2.7 for %define api.pure.
dnl compile.
dnl bison is only needed for the maintainer (who touches plural.y). But in
dnl bison is only needed for the maintainer (who touches plural.y). But in
dnl order to avoid separate Makefiles or --enable-maintainer-mode, we put
dnl order to avoid separate Makefiles or --enable-maintainer-mode, we put
dnl the rule in general Makefile. Now, some people carelessly touch the
dnl the rule in general Makefile. Now, some people carelessly touch the
...
@@ -259,7 +258,7 @@ changequote(<<,>>)dnl
...
@@ -259,7 +258,7 @@ changequote(<<,>>)dnl
ac_prog_version=`$INTLBISON --version 2>&1 | sed -n 's/^.*GNU Bison.* \([0-9]*\.[0-9.]*\).*$/\1/p'`
ac_prog_version=`$INTLBISON --version 2>&1 | sed -n 's/^.*GNU Bison.* \([0-9]*\.[0-9.]*\).*$/\1/p'`
case $ac_prog_version in
case $ac_prog_version in
'') ac_prog_version="v. ?.??, bad"; ac_verc_fail=yes;;
'') ac_prog_version="v. ?.??, bad"; ac_verc_fail=yes;;
1.2[6-9]* | 1.[3-9][0-9]* | [2
-9].*)
2.[7-9]* | [3
-9].*)
changequote([,])dnl
changequote([,])dnl
ac_prog_version="$ac_prog_version, ok"; ac_verc_fail=no;;
ac_prog_version="$ac_prog_version, ok"; ac_verc_fail=no;;
*) ac_prog_version="$ac_prog_version, bad"; ac_verc_fail=yes;;
*) ac_prog_version="$ac_prog_version, bad"; ac_verc_fail=yes;;
...
...
m4/intldir.m4
View file @
e68826bd
# intldir.m4 serial 2 (gettext-0.18)
# intldir.m4 serial 2 (gettext-0.18)
dnl Copyright (C) 2006, 2009-201
3
Free Software Foundation, Inc.
dnl Copyright (C) 2006, 2009-201
4
Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
dnl gives unlimited permission to copy and/or distribute it,
dnl with or without modifications, as long as this notice is preserved.
dnl with or without modifications, as long as this notice is preserved.
...
...
m4/intlmacosx.m4
View file @
e68826bd
# intlmacosx.m4 serial 5 (gettext-0.18.2)
# intlmacosx.m4 serial 5 (gettext-0.18.2)
dnl Copyright (C) 2004-201
3
Free Software Foundation, Inc.
dnl Copyright (C) 2004-201
4
Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
dnl gives unlimited permission to copy and/or distribute it,
dnl with or without modifications, as long as this notice is preserved.
dnl with or without modifications, as long as this notice is preserved.
...
...
m4/intmax.m4
View file @
e68826bd
# intmax.m4 serial 6 (gettext-0.18.2)
# intmax.m4 serial 6 (gettext-0.18.2)
dnl Copyright (C) 2002-2005, 2008-201
3
Free Software Foundation, Inc.
dnl Copyright (C) 2002-2005, 2008-201
4
Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
dnl gives unlimited permission to copy and/or distribute it,
dnl with or without modifications, as long as this notice is preserved.
dnl with or without modifications, as long as this notice is preserved.
...
...
m4/inttypes-pri.m4
View file @
e68826bd
# inttypes-pri.m4 serial 7 (gettext-0.18.2)
# inttypes-pri.m4 serial 7 (gettext-0.18.2)
dnl Copyright (C) 1997-2002, 2006, 2008-201
3
Free Software Foundation, Inc.
dnl Copyright (C) 1997-2002, 2006, 2008-201
4
Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
dnl gives unlimited permission to copy and/or distribute it,
dnl with or without modifications, as long as this notice is preserved.
dnl with or without modifications, as long as this notice is preserved.
...
...
m4/inttypes_h.m4
View file @
e68826bd
# inttypes_h.m4 serial 10
# inttypes_h.m4 serial 10
dnl Copyright (C) 1997-2004, 2006, 2008-201
3
Free Software Foundation, Inc.
dnl Copyright (C) 1997-2004, 2006, 2008-201
4
Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
dnl gives unlimited permission to copy and/or distribute it,
dnl with or without modifications, as long as this notice is preserved.
dnl with or without modifications, as long as this notice is preserved.
...
...
m4/lcmessage.m4
View file @
e68826bd
# lcmessage.m4 serial 7 (gettext-0.18.2)
# lcmessage.m4 serial 7 (gettext-0.18.2)
dnl Copyright (C) 1995-2002, 2004-2005, 2008-201
3
Free Software Foundation,
dnl Copyright (C) 1995-2002, 2004-2005, 2008-201
4
Free Software Foundation,
dnl Inc.
dnl Inc.
dnl This file is free software; the Free Software Foundation
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
dnl gives unlimited permission to copy and/or distribute it,
...
...
m4/lib-ld.m4
View file @
e68826bd
# lib-ld.m4 serial 6
# lib-ld.m4 serial 6
dnl Copyright (C) 1996-2003, 2009-201
3
Free Software Foundation, Inc.
dnl Copyright (C) 1996-2003, 2009-201
4
Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
dnl gives unlimited permission to copy and/or distribute it,
dnl with or without modifications, as long as this notice is preserved.
dnl with or without modifications, as long as this notice is preserved.
...
...
m4/lib-link.m4
View file @
e68826bd
# lib-link.m4 serial 26 (gettext-0.18.2)
# lib-link.m4 serial 26 (gettext-0.18.2)
dnl Copyright (C) 2001-201
3
Free Software Foundation, Inc.
dnl Copyright (C) 2001-201
4
Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
dnl gives unlimited permission to copy and/or distribute it,
dnl with or without modifications, as long as this notice is preserved.
dnl with or without modifications, as long as this notice is preserved.
...
...
m4/lib-prefix.m4
View file @
e68826bd
# lib-prefix.m4 serial 7 (gettext-0.18)
# lib-prefix.m4 serial 7 (gettext-0.18)
dnl Copyright (C) 2001-2005, 2008-201
3
Free Software Foundation, Inc.
dnl Copyright (C) 2001-2005, 2008-201
4
Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
dnl gives unlimited permission to copy and/or distribute it,
dnl with or without modifications, as long as this notice is preserved.
dnl with or without modifications, as long as this notice is preserved.
...
...
m4/lock.m4
View file @
e68826bd
# lock.m4 serial 13 (gettext-0.18.2)
# lock.m4 serial 13 (gettext-0.18.2)
dnl Copyright (C) 2005-201
3
Free Software Foundation, Inc.
dnl Copyright (C) 2005-201
4
Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
dnl gives unlimited permission to copy and/or distribute it,
dnl with or without modifications, as long as this notice is preserved.
dnl with or without modifications, as long as this notice is preserved.
...
@@ -24,6 +24,9 @@ AC_DEFUN([gl_LOCK],
...
@@ -24,6 +24,9 @@ AC_DEFUN([gl_LOCK],
[[
[[
#if __FreeBSD__ == 4
#if __FreeBSD__ == 4
error "No, in FreeBSD 4.0 recursive mutexes actually don't work."
error "No, in FreeBSD 4.0 recursive mutexes actually don't work."
#elif (defined __ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__ \
&& __ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__ < 1070)
error "No, in Mac OS X < 10.7 recursive mutexes actually don't work."
#else
#else
int x = (int)PTHREAD_MUTEX_RECURSIVE;
int x = (int)PTHREAD_MUTEX_RECURSIVE;
return !x;
return !x;
...
...
m4/longlong.m4
View file @
e68826bd
# longlong.m4 serial 17
# longlong.m4 serial 17
dnl Copyright (C) 1999-2007, 2009-201
3
Free Software Foundation, Inc.
dnl Copyright (C) 1999-2007, 2009-201
4
Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
dnl gives unlimited permission to copy and/or distribute it,
dnl with or without modifications, as long as this notice is preserved.
dnl with or without modifications, as long as this notice is preserved.
...
...
m4/nls.m4
View file @
e68826bd
# nls.m4 serial 5 (gettext-0.18)
# nls.m4 serial 5 (gettext-0.18)
dnl Copyright (C) 1995-2003, 2005-2006, 2008-201
3
Free Software Foundation,
dnl Copyright (C) 1995-2003, 2005-2006, 2008-201
4
Free Software Foundation,
dnl Inc.
dnl Inc.
dnl This file is free software; the Free Software Foundation
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
dnl gives unlimited permission to copy and/or distribute it,
...
...
m4/po.m4
View file @
e68826bd
# po.m4 serial 2
1 (gettext-0.18.3
)
# po.m4 serial 2
2 (gettext-0.19
)
dnl Copyright (C) 1995-201
3
Free Software Foundation, Inc.
dnl Copyright (C) 1995-201
4
Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
dnl gives unlimited permission to copy and/or distribute it,
dnl with or without modifications, as long as this notice is preserved.
dnl with or without modifications, as long as this notice is preserved.
...
@@ -30,7 +30,7 @@ AC_DEFUN([AM_PO_SUBDIRS],
...
@@ -30,7 +30,7 @@ AC_DEFUN([AM_PO_SUBDIRS],
dnl Release version of the gettext macros. This is used to ensure that
dnl Release version of the gettext macros. This is used to ensure that
dnl the gettext macros and po/Makefile.in.in are in sync.
dnl the gettext macros and po/Makefile.in.in are in sync.
AC_SUBST([GETTEXT_MACRO_VERSION], [0.1
8
])
AC_SUBST([GETTEXT_MACRO_VERSION], [0.1
9
])
dnl Perform the following tests also if --disable-nls has been given,
dnl Perform the following tests also if --disable-nls has been given,
dnl because they are needed for "make dist" to work.
dnl because they are needed for "make dist" to work.
...
...
m4/printf-posix.m4
View file @
e68826bd
# printf-posix.m4 serial 6 (gettext-0.18.2)
# printf-posix.m4 serial 6 (gettext-0.18.2)
dnl Copyright (C) 2003, 2007, 2009-201
3
Free Software Foundation, Inc.
dnl Copyright (C) 2003, 2007, 2009-201
4
Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
dnl gives unlimited permission to copy and/or distribute it,
dnl with or without modifications, as long as this notice is preserved.
dnl with or without modifications, as long as this notice is preserved.
...
...
m4/progtest.m4
View file @
e68826bd
# progtest.m4 serial 7 (gettext-0.18.2)
# progtest.m4 serial 7 (gettext-0.18.2)
dnl Copyright (C) 1996-2003, 2005, 2008-201
3
Free Software Foundation, Inc.
dnl Copyright (C) 1996-2003, 2005, 2008-201
4
Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
dnl gives unlimited permission to copy and/or distribute it,
dnl with or without modifications, as long as this notice is preserved.
dnl with or without modifications, as long as this notice is preserved.
...
...
m4/size_max.m4
View file @
e68826bd
# size_max.m4 serial 10
# size_max.m4 serial 10
dnl Copyright (C) 2003, 2005-2006, 2008-201
3
Free Software Foundation, Inc.
dnl Copyright (C) 2003, 2005-2006, 2008-201
4
Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
dnl gives unlimited permission to copy and/or distribute it,
dnl with or without modifications, as long as this notice is preserved.
dnl with or without modifications, as long as this notice is preserved.
...
...
m4/stdint_h.m4
View file @
e68826bd
# stdint_h.m4 serial 9
# stdint_h.m4 serial 9
dnl Copyright (C) 1997-2004, 2006, 2008-201
3
Free Software Foundation, Inc.
dnl Copyright (C) 1997-2004, 2006, 2008-201
4
Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
dnl gives unlimited permission to copy and/or distribute it,
dnl with or without modifications, as long as this notice is preserved.
dnl with or without modifications, as long as this notice is preserved.
...
...
m4/threadlib.m4
View file @
e68826bd
# threadlib.m4 serial 10 (gettext-0.18.2)
# threadlib.m4 serial 10 (gettext-0.18.2)
dnl Copyright (C) 2005-201
3
Free Software Foundation, Inc.
dnl Copyright (C) 2005-201
4
Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
dnl gives unlimited permission to copy and/or distribute it,
dnl with or without modifications, as long as this notice is preserved.
dnl with or without modifications, as long as this notice is preserved.
...
...
m4/uintmax_t.m4
View file @
e68826bd
# uintmax_t.m4 serial 12
# uintmax_t.m4 serial 12
dnl Copyright (C) 1997-2004, 2007-201
3
Free Software Foundation, Inc.
dnl Copyright (C) 1997-2004, 2007-201
4
Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
dnl gives unlimited permission to copy and/or distribute it,
dnl with or without modifications, as long as this notice is preserved.
dnl with or without modifications, as long as this notice is preserved.
...
...
m4/visibility.m4
View file @
e68826bd
# visibility.m4 serial 5 (gettext-0.18.2)
# visibility.m4 serial 5 (gettext-0.18.2)
dnl Copyright (C) 2005, 2008, 2010-201
3
Free Software Foundation, Inc.
dnl Copyright (C) 2005, 2008, 2010-201
4
Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
dnl gives unlimited permission to copy and/or distribute it,
dnl with or without modifications, as long as this notice is preserved.
dnl with or without modifications, as long as this notice is preserved.
...
...
m4/wchar_t.m4
View file @
e68826bd
# wchar_t.m4 serial 4 (gettext-0.18.2)
# wchar_t.m4 serial 4 (gettext-0.18.2)
dnl Copyright (C) 2002-2003, 2008-201
3
Free Software Foundation, Inc.
dnl Copyright (C) 2002-2003, 2008-201
4
Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
dnl gives unlimited permission to copy and/or distribute it,
dnl with or without modifications, as long as this notice is preserved.
dnl with or without modifications, as long as this notice is preserved.
...
...
m4/wint_t.m4
View file @
e68826bd
# wint_t.m4 serial 5 (gettext-0.18.2)
# wint_t.m4 serial 5 (gettext-0.18.2)
dnl Copyright (C) 2003, 2007-201
3
Free Software Foundation, Inc.
dnl Copyright (C) 2003, 2007-201
4
Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
dnl gives unlimited permission to copy and/or distribute it,
dnl with or without modifications, as long as this notice is preserved.
dnl with or without modifications, as long as this notice is preserved.
...
...
m4/xsize.m4
View file @
e68826bd
# xsize.m4 serial 5
# xsize.m4 serial 5
dnl Copyright (C) 2003-2004, 2008-201
3
Free Software Foundation, Inc.
dnl Copyright (C) 2003-2004, 2008-201
4
Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
dnl gives unlimited permission to copy and/or distribute it,
dnl with or without modifications, as long as this notice is preserved.
dnl with or without modifications, as long as this notice is preserved.
...
...
po/Makefile.in.in
View file @
e68826bd
...
@@ -8,8 +8,8 @@
...
@@ -8,8 +8,8 @@
# Please note that the actual code of GNU gettext is covered by the GNU
# Please note that the actual code of GNU gettext is covered by the GNU
# General Public License and is *not* in the public domain.
# General Public License and is *not* in the public domain.
#
#
# Origin: gettext-0.1
8.3
# Origin: gettext-0.1
9
GETTEXT_MACRO_VERSION
=
0.1
8
GETTEXT_MACRO_VERSION
=
0.1
9
PACKAGE
=
@PACKAGE@
PACKAGE
=
@PACKAGE@
VERSION
=
@VERSION@
VERSION
=
@VERSION@
...
@@ -77,6 +77,16 @@ POTFILES = \
...
@@ -77,6 +77,16 @@ POTFILES = \
CATALOGS
=
@CATALOGS@
CATALOGS
=
@CATALOGS@
POFILESDEPS_
=
$(srcdir)
/
$(DOMAIN)
.pot
POFILESDEPS_yes
=
$(POFILESDEPS_)
POFILESDEPS_no
=
POFILESDEPS
=
$
(
POFILESDEPS_
$(PO_DEPENDS_ON_POT)
)
DISTFILESDEPS_
=
update-po
DISTFILESDEPS_yes
=
$(DISTFILESDEPS_)
DISTFILESDEPS_no
=
DISTFILESDEPS
=
$
(
DISTFILESDEPS_
$(DIST_DEPENDS_ON_UPDATE_PO)
)
# Makevars gets inserted here. (Don't remove this line!)
# Makevars gets inserted here. (Don't remove this line!)
.SUFFIXES
:
.SUFFIXES
:
...
@@ -143,15 +153,25 @@ stamp-po: $(srcdir)/$(DOMAIN).pot
...
@@ -143,15 +153,25 @@ stamp-po: $(srcdir)/$(DOMAIN).pot
# heuristic whether some file in the top level directory mentions "GNU xyz".
# heuristic whether some file in the top level directory mentions "GNU xyz".
# If GNU 'find' is available, we avoid grepping through monster files.
# If GNU 'find' is available, we avoid grepping through monster files.
$(DOMAIN).pot-update
:
$(POTFILES) $(srcdir)/POTFILES.in remove-potcdate.sed
$(DOMAIN).pot-update
:
$(POTFILES) $(srcdir)/POTFILES.in remove-potcdate.sed
if
{
if
(
LC_ALL
=
C find
--version
)
2>/dev/null |
grep
GNU
>
/dev/null
;
then
\
package_gnu
=
"
$(PACKAGE_GNU)
"
;
\
LC_ALL
=
C find
-L
$(top_srcdir)
-maxdepth
1
-type
f
-size
-10000000c
-exec
grep
'GNU @PACKAGE@'
/dev/null
'{}'
';'
2>/dev/null
;
\
test
-n
"
$$
package_gnu"
||
{
\
else
\
if
{
if
(
LC_ALL
=
C find
--version
)
2>/dev/null |
grep
GNU
>
/dev/null
;
then
\
LC_ALL
=
C
grep
'GNU @PACKAGE@'
$(top_srcdir)
/
*
2>/dev/null
;
\
LC_ALL
=
C find
-L
$(top_srcdir)
-maxdepth
1
-type
f
\
fi
;
\
-size
-10000000c
-exec
grep
'GNU @PACKAGE@'
\
}
|
grep
-v
'libtool:'
>
/dev/null
;
then
\
/dev/null
'{}'
';'
2>/dev/null
;
\
package_gnu
=
'GNU '
;
\
else
\
LC_ALL
=
C
grep
'GNU @PACKAGE@'
$(top_srcdir)
/
*
2>/dev/null
;
\
fi
;
\
}
|
grep
-v
'libtool:'
>
/dev/null
;
then
\
package_gnu
=
yes
;
\
else
\
package_gnu
=
no
;
\
fi
;
\
}
;
\
if
test
"
$$
package_gnu"
=
"yes"
;
then
\
package_prefix
=
'GNU '
;
\
else
\
else
\
package_
gnu
=
''
;
\
package_
prefix
=
''
;
\
fi
;
\
fi
;
\
if
test
-n
'
$(MSGID_BUGS_ADDRESS)
'
||
test
'
$(PACKAGE_BUGREPORT)
'
=
'@'
PACKAGE_BUGREPORT
'@'
;
then
\
if
test
-n
'
$(MSGID_BUGS_ADDRESS)
'
||
test
'
$(PACKAGE_BUGREPORT)
'
=
'@'
PACKAGE_BUGREPORT
'@'
;
then
\
msgid_bugs_address
=
'
$(MSGID_BUGS_ADDRESS)
'
;
\
msgid_bugs_address
=
'
$(MSGID_BUGS_ADDRESS)
'
;
\
...
@@ -171,7 +191,7 @@ $(DOMAIN).pot-update: $(POTFILES) $(srcdir)/POTFILES.in remove-potcdate.sed
...
@@ -171,7 +191,7 @@ $(DOMAIN).pot-update: $(POTFILES) $(srcdir)/POTFILES.in remove-potcdate.sed
--add-comments
=
TRANSLATORS:
$(XGETTEXT_OPTIONS)
@XGETTEXT_EXTRA_OPTIONS@
\
--add-comments
=
TRANSLATORS:
$(XGETTEXT_OPTIONS)
@XGETTEXT_EXTRA_OPTIONS@
\
--files-from
=
$(srcdir)
/POTFILES.in
\
--files-from
=
$(srcdir)
/POTFILES.in
\
--copyright-holder
=
'
$(COPYRIGHT_HOLDER)
'
\
--copyright-holder
=
'
$(COPYRIGHT_HOLDER)
'
\
--package-name
=
"
$
${package_
gnu
}
@PACKAGE@"
\
--package-name
=
"
$
${package_
prefix
}
@PACKAGE@"
\
--package-version
=
'@VERSION@'
\
--package-version
=
'@VERSION@'
\
--msgid-bugs-address
=
"
$$
msgid_bugs_address"
\
--msgid-bugs-address
=
"
$$
msgid_bugs_address"
\
;;
\
;;
\
...
@@ -199,9 +219,10 @@ $(srcdir)/$(DOMAIN).pot:
...
@@ -199,9 +219,10 @@ $(srcdir)/$(DOMAIN).pot:
# This target rebuilds a PO file if $(DOMAIN).pot has changed.
# This target rebuilds a PO file if $(DOMAIN).pot has changed.
# Note that a PO file is not touched if it doesn't need to be changed.
# Note that a PO file is not touched if it doesn't need to be changed.
$(POFILES)
:
$(
srcdir)/$(DOMAIN).pot
$(POFILES)
:
$(
POFILESDEPS)
@
lang
=
`
echo
$@
|
sed
-e
's,.*/,,'
-e
's/\.po$$//'
`
;
\
@
lang
=
`
echo
$@
|
sed
-e
's,.*/,,'
-e
's/\.po$$//'
`
;
\
if
test
-f
"
$(srcdir)
/
$
${lang}
.po"
;
then
\
if
test
-f
"
$(srcdir)
/
$
${lang}
.po"
;
then
\
test
-f
$(srcdir)
/
$(DOMAIN)
.pot
||
$(MAKE)
$(srcdir)
/
$(DOMAIN)
.pot
;
\
test
"
$(srcdir)
"
=
.
&&
cdcmd
=
""
||
cdcmd
=
"cd
$(srcdir)
&& "
;
\
test
"
$(srcdir)
"
=
.
&&
cdcmd
=
""
||
cdcmd
=
"cd
$(srcdir)
&& "
;
\
echo
"
$
${cdcmd}$(MSGMERGE_UPDATE)
$(MSGMERGE_OPTIONS)
--lang=
$
${lang}
$
${lang}
.po
$(DOMAIN)
.pot"
;
\
echo
"
$
${cdcmd}$(MSGMERGE_UPDATE)
$(MSGMERGE_OPTIONS)
--lang=
$
${lang}
$
${lang}
.po
$(DOMAIN)
.pot"
;
\
cd
$(srcdir)
\
cd
$(srcdir)
\
...
@@ -362,7 +383,7 @@ maintainer-clean: distclean
...
@@ -362,7 +383,7 @@ maintainer-clean: distclean
distdir
=
$(top_builddir)
/
$(PACKAGE)
-
$(VERSION)
/
$(subdir)
distdir
=
$(top_builddir)
/
$(PACKAGE)
-
$(VERSION)
/
$(subdir)
dist distdir
:
dist distdir
:
$(MAKE)
update-po
test
-z
"
$(DISTFILESDEPS)
"
||
$(MAKE)
$(DISTFILESDEPS)
@
$(MAKE)
dist2
@
$(MAKE)
dist2
# This is a separate target because 'update-po' must be executed before.
# This is a separate target because 'update-po' must be executed before.
dist2
:
stamp-po $(DISTFILES)
dist2
:
stamp-po $(DISTFILES)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment