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
b3239cf7
Commit
b3239cf7
authored
Nov 02, 2015
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
configure: update gettext to 0.19.6
parent
2741ffe6
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
29 additions
and
15 deletions
+29
-15
autotools/config.rpath
autotools/config.rpath
+1
-1
configure.ac
configure.ac
+1
-1
m4/extern-inline.m4
m4/extern-inline.m4
+4
-3
m4/gettext.m4
m4/gettext.m4
+5
-1
m4/intl.m4
m4/intl.m4
+7
-1
po/Makefile.in.in
po/Makefile.in.in
+11
-8
No files found.
autotools/config.rpath
View file @
b3239cf7
...
...
@@ -2,7 +2,7 @@
# Output a system dependent set of variables, describing how to set the
# run time search path of shared libraries in an executable.
#
# Copyright 1996-201
4
Free Software Foundation, Inc.
# Copyright 1996-201
5
Free Software Foundation, Inc.
# Taken from GNU libtool, 2001
# Originally by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996
#
...
...
configure.ac
View file @
b3239cf7
...
...
@@ -452,7 +452,7 @@ AS_IF([test "${enable_shared}" = "no" -a "${enable_vlc}" != "no"], [
dnl
dnl Gettext stuff
dnl
AM_GNU_GETTEXT_VERSION([0.19.
4
])
AM_GNU_GETTEXT_VERSION([0.19.
6
])
AM_GNU_GETTEXT([external], [need-ngettext])
dnl
...
...
m4/extern-inline.m4
View file @
b3239cf7
dnl 'extern inline' a la ISO C99.
dnl Copyright 2012-201
4
Free Software Foundation, Inc.
dnl Copyright 2012-201
5
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.
...
...
@@ -74,12 +74,13 @@ AC_DEFUN([gl_EXTERN_INLINE],
# define _GL_EXTERN_INLINE static _GL_UNUSED
#endif
/* In GCC, suppress bogus "no previous prototype for 'FOO'"
/* In GCC 4.6 (inclusive) to 5.1 (exclusive),
suppress bogus "no previous prototype for 'FOO'"
and "no previous declaration for 'FOO'" diagnostics,
when FOO is an inline function in the header; see
<https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54113> and
<https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63877>. */
#if
4 < __GNUC__ + (6 <= __GNUC_MINOR__)
#if
__GNUC__ == 4 && 6 <= __GNUC_MINOR__
# if defined __GNUC_STDC_INLINE__ && __GNUC_STDC_INLINE__
# define _GL_INLINE_HEADER_CONST_PRAGMA
# else
...
...
m4/gettext.m4
View file @
b3239cf7
# gettext.m4 serial 6
6 (gettext-0.18.2
)
# gettext.m4 serial 6
7 (gettext-0.19.6
)
dnl Copyright (C) 1995-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,
...
...
@@ -399,3 +399,7 @@ AC_DEFUN([AM_GNU_GETTEXT_NEED],
dnl Usage: AM_GNU_GETTEXT_VERSION([gettext-version])
AC_DEFUN([AM_GNU_GETTEXT_VERSION], [])
dnl Usage: AM_GNU_GETTEXT_REQUIRE_VERSION([gettext-version])
AC_DEFUN([AM_GNU_GETTEXT_REQUIRE_VERSION], [])
m4/intl.m4
View file @
b3239cf7
# intl.m4 serial 2
8
(gettext-0.19)
# intl.m4 serial 2
9
(gettext-0.19)
dnl Copyright (C) 1995-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,
...
...
@@ -232,6 +232,12 @@ AC_DEFUN([gt_INTL_SUBDIR_CORE],
stpcpy strcasecmp strdup strtoul tsearch uselocale argz_count \
argz_stringify argz_next __fsetlocking])
dnl Solaris 12 provides getlocalename_l, while Illumos doesn't have
dnl it nor the equivalent.
if test $ac_cv_func_uselocale = yes; then
AC_CHECK_FUNCS([getlocalename_l])
fi
dnl Use the *_unlocked functions only if they are declared.
dnl (because some of them were defined without being declared in Solaris
dnl 2.5.1 but were removed in Solaris 2.6, whereas we want binaries built
...
...
po/Makefile.in.in
View file @
b3239cf7
# Makefile for PO directory in any package using GNU gettext.
# Copyright (C) 1995-1997, 2000-2007, 2009-2010 by Ulrich Drepper <drepper@gnu.ai.mit.edu>
#
# This file can be copied and used freely without restrictions. It can
# be used in projects which are not available under the GNU General Public
# License but which still want to provide support for the GNU gettext
# functionality.
# Please note that the actual code of GNU gettext is covered by the GNU
# General Public License and is *not* in the public domain.
# Copying and distribution of this file, with or without modification,
# are permitted in any medium without royalty provided the copyright
# notice and this notice are preserved. This file is offered as-is,
# without any warranty.
#
# Origin: gettext-0.19
# Origin: gettext-0.19
.6
GETTEXT_MACRO_VERSION
=
0.19
PACKAGE
=
@PACKAGE@
...
...
@@ -197,6 +195,11 @@ $(DOMAIN).pot-update: $(POTFILES) $(srcdir)/POTFILES.in remove-potcdate.sed
;;
\
esac
test
!
-f
$(DOMAIN)
.po
||
{
\
if
test
-f
$(srcdir)
/
$(DOMAIN)
.pot-header
;
then
\
sed
-e
'1,/^#$$/d'
<
$(DOMAIN)
.po
>
$(DOMAIN)
.1po
&&
\
cat
$(srcdir)
/
$(DOMAIN)
.pot-header
$(DOMAIN)
.1po
>
$(DOMAIN)
.po
;
\
rm
-f
$(DOMAIN)
.1po
;
\
fi
;
\
if
test
-f
$(srcdir)
/
$(DOMAIN)
.pot
;
then
\
sed
-f
remove-potcdate.sed <
$(srcdir)
/
$(DOMAIN)
.pot
>
$(DOMAIN)
.1po
&&
\
sed
-f
remove-potcdate.sed <
$(DOMAIN)
.po
>
$(DOMAIN)
.2po
&&
\
...
...
@@ -226,7 +229,7 @@ $(POFILES): $(POFILESDEPS)
test
"
$(srcdir)
"
=
.
&&
cdcmd
=
""
||
cdcmd
=
"cd
$(srcdir)
&& "
;
\
echo
"
$
${cdcmd}$(MSGMERGE_UPDATE)
$(MSGMERGE_OPTIONS)
--lang=
$
${lang}
$
${lang}
.po
$(DOMAIN)
.pot"
;
\
cd
$(srcdir)
\
&&
{
case
`
$(MSGMERGE
_UPDATE
)
--version
|
sed
1q |
sed
-e
's,^[^0-9]*,,'
`
in
\
&&
{
case
`
$(MSGMERGE)
--version
|
sed
1q |
sed
-e
's,^[^0-9]*,,'
`
in
\
''
|
0.[0-9]
|
0.[0-9].
*
|
0.1[0-7]
|
0.1[0-7].
*
)
\
$(MSGMERGE_UPDATE)
$(MSGMERGE_OPTIONS)
$
${lang}
.po
$(DOMAIN)
.pot
;;
\
*
)
\
...
...
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