OSDN Git Service

config: Updated AC_INIT for github
authorSean V Kelley <seanvk@posteo.de>
Wed, 1 Feb 2017 04:41:14 +0000 (20:41 -0800)
committerSean V Kelley <seanvk@posteo.de>
Wed, 1 Feb 2017 04:41:14 +0000 (20:41 -0800)
Signed-off-by: Sean V Kelley <seanvk@posteo.de>
configure.ac

index dd0c611..d1b3db9 100644 (file)
@@ -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])