Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
VLC
Manage
Activity
Members
Labels
Code
Merge requests
21
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Alexandre Janniaux
VLC
Merge requests
!29
Videofilter/projection/1
Code
Review changes
Check out branch
Download
Patches
Plain diff
Open
Videofilter/projection/1
videofilter/projection/1
into
master
Overview
0
Commits
8
Pipelines
3
Changes
8
Open
Alexandre Janniaux
requested to merge
videofilter/projection/1
into
master
4 years ago
Overview
0
Commits
8
Pipelines
3
Changes
8
Expand
0
0
Merge request reports
Compare
master
version 9
e100ee6e
1 year ago
version 8
e100ee6e
1 year ago
version 7
e100ee6e
1 year ago
version 6
e100ee6e
2 years ago
version 5
e100ee6e
3 years ago
version 4
e100ee6e
4 years ago
version 3
e100ee6e
4 years ago
version 2
15dc0646
4 years ago
version 1
a78e5c72
4 years ago
master (base)
and
latest version
latest version
e100ee6e
8 commits,
11 months ago
version 9
e100ee6e
8 commits,
1 year ago
version 8
e100ee6e
8 commits,
1 year ago
version 7
e100ee6e
8 commits,
1 year ago
version 6
e100ee6e
8 commits,
2 years ago
version 5
e100ee6e
8 commits,
3 years ago
version 4
e100ee6e
8 commits,
4 years ago
version 3
e100ee6e
579 commits,
4 years ago
version 2
15dc0646
579 commits,
4 years ago
version 1
a78e5c72
579 commits,
4 years ago
8 files
+
210
−
18
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
8
Search (e.g. *.vue) (Ctrl+P)
contrib/src/cddb/AM_GNU_GETTEXT.patch
0 → 100644
+
32
−
0
Options
From 94db7a169628ae3031defd278211b96a1bc8893f Mon Sep 17 00:00:00 2001
From: Alexandre Janniaux <ajanni@videolabs.io>
Date: Fri, 8 Jan 2021 15:33:53 +0100
Subject: [PATCH] configure.ac: call AM_GNU_GETTEXT
Fix failure when reconfiguring libcddb with:
- autoconf (GNU Autoconf) 2.70
- automake (GNU automake) 1.16.3
- /usr/bin/autopoint (GNU gettext-tools) 0.21
- libtool (GNU libtool) 2.4.6.42-b88ce-dirty
> configure.ac: error: AM_GNU_GETTEXT_VERSION or
> AM_GNU_GETTEXT_REQUIRE_VERSION is used, but not AM_GNU_GETTEXT
---
configure.ac | 1 +
1 file changed, 1 insertion(+)
diff --git a/configure.ac b/configure.ac
index 9aa4984..a4a85bb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -21,6 +21,7 @@
AC_SUBST(LIBCDDB_VERSION_NUM)
dnl iconv uses gettext macros (dependency on config.rpath)
AM_GNU_GETTEXT_VERSION(0.14.4)
+AM_GNU_GETTEXT([external], [need-formatstring-macros])
dnl Process custom command-line options
AC_ARG_ENABLE([loglevel],
--
2.30.0
Loading