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>
This commit is contained in:
Daniel Charles 2017-03-13 10:28:07 -07:00 committed by Sean V. Kelley
parent de3fd670a5
commit d80c78c5f2
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ AC_PREREQ(2.57)
AC_INIT([libva_utils],
[libva_utils_version],
[https://github.com/01org/libva-utils/issues/new],
[libva_utils],
[libva-utils],
[https://github.com/01org/libva-utils])
AC_CONFIG_SRCDIR([Makefile.am])
AC_CONFIG_MACRO_DIR([m4])