Description: Fix m4 error while running autoreconf Origin: upstream, https://code.google.com/p/mp4v2/source/detail?r=496 Last-Update: 2014-08-30 --- mp4v2-2.0.0~dfsg0.orig/configure.ac +++ mp4v2-2.0.0~dfsg0/configure.ac @@ -20,7 +20,7 @@ m4_define([PRJ_version_hex],m4_format([0 m4_define([PRJ_version],ifelse( PRJ_repo_type,[stable],m4_format([%s],PRJ_repo_branch), - m4_format([%s-r%d],PRJ_repo_branch,PRJ_repo_rev))) + m4_format([%s-r%s],PRJ_repo_branch,PRJ_repo_rev))) ############################################################################### # initialization