summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDaniel Charles <daniel.charles@intel.com>2017-03-13 10:41:13 -0700
committerSean V. Kelley <seanvk@users.noreply.github.com>2017-03-13 21:34:42 -0700
commita06c385f99319abc541723b5e42f8e8db288a0f2 (patch)
tree02427facd9e1f58f7155c118829707bc0aa45066 /configure.ac
parentef83d404e54cd797a9485ce0c4359ec0e6a8b759 (diff)
downloadlibva-intel-driver-a06c385f99319abc541723b5e42f8e8db288a0f2.tar.gz
configure: change package tarball name to use hyphens
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 and keep the legacy package naming TEST="make dist, should produce intel-vaapi-driver.tar.*" Fixes #85 Signed-off-by: Daniel Charles <daniel.charles@intel.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index cde520e3..73cc033f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -20,7 +20,7 @@ AC_PREREQ([2.57])
AC_INIT([intel_vaapi_driver],
[intel_vaapi_driver_version],
[https://github.com/01org/intel-vaapi-driver/issues/new],
- [intel_vaapi_driver],
+ [intel-vaapi-driver],
[https://github.com/01org/intel-vaapi-driver])
AC_CONFIG_SRCDIR([Makefile.am])
AM_INIT_AUTOMAKE([1.9 tar-ustar])