Skip to content

Commit 7231c14

Browse files
committed
configure: change the tarball name to comply with naming convention
Compilation scripts on different distributions (i.e. arch, gentoo) rely on the tarball name to use hyphens between words. This patch will create tarballs with hyphenated names TEST="make dist, should produce libva-utils.tar.*" Fixes #21 Signed-off-by: Daniel Charles <daniel.charles@intel.com>
1 parent 71602fd commit 7231c14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ AC_PREREQ(2.57)
5353
AC_INIT([libva_utils],
5454
[libva_utils_version],
5555
[https://github.com/01org/libva-utils/issues/new],
56-
[libva_utils],
56+
[libva-utils],
5757
[https://github.com/01org/libva-utils])
5858
AC_CONFIG_SRCDIR([Makefile.am])
5959
AC_CONFIG_MACRO_DIR([m4])

0 commit comments

Comments
 (0)