1From: Sebastian Ramacher <sramacher@debian.org>
2Date: Thu, 5 Nov 2015 20:53:13 +0100
3Subject: Fix_m4_error
4
5Fix m4 error while running autoreconf
6
7Origin: upstream, https://code.google.com/p/mp4v2/source/detail?r=496
8Last-Update: 2014-08-30
9
10Signed-off-by: Matteo F. Vescovi <mfv@debian.org>
11---
12 configure.ac | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15diff --git a/configure.ac b/configure.ac
16index 7c514eb..83e9dce 100644
17--- a/configure.ac
18+++ b/configure.ac
19@@ -20,7 +20,7 @@ m4_define([PRJ_version_hex],m4_format([0x%04x%02x%02x],PRJ_version_major,PRJ_ver
20
21 m4_define([PRJ_version],ifelse(
22     PRJ_repo_type,[stable],m4_format([%s],PRJ_repo_branch),
23-    m4_format([%s-r%d],PRJ_repo_branch,PRJ_repo_rev)))
24+    m4_format([%s-r%s],PRJ_repo_branch,PRJ_repo_rev)))
25
26 ###############################################################################
27 # initialization
28