summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSean V Kelley <seanvk@posteo.de>2017-01-31 20:41:14 -0800
committerSean V Kelley <seanvk@posteo.de>2017-01-31 20:41:14 -0800
commita84e59cd1216c183e771d1eb05a57758be168720 (patch)
tree2f8e7e26df9b5d37ef49ccbf8e26361740088d7b /configure.ac
parentfcf32f531fecccb214eb88798b2ac0ead20350fb (diff)
downloadlibva-a84e59cd1216c183e771d1eb05a57758be168720.tar.gz
config: Updated AC_INIT for github
Signed-off-by: Sean V Kelley <seanvk@posteo.de>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac7
1 files changed, 6 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index dd0c611..d1b3db9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -81,7 +81,12 @@ m4_define([libdrm_version], [2.4])
m4_define([wayland_api_version], [1.0.0])
AC_PREREQ(2.57)
-AC_INIT([libva], [libva_version], [waldo.bastian@intel.com], libva)
+AC_INIT([libva],
+ [libva_version],
+ [https://github.com/01org/libva/issues/new],
+ [libva],
+ [https://github.com/01org/libva])
+
AC_CONFIG_SRCDIR([Makefile.am])
AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE([dist-bzip2])