hardware/intel/common/libva
Revisión | a84e59cd1216c183e771d1eb05a57758be168720 (tree) |
---|---|
Tiempo | 2017-02-01 13:41:14 |
Autor | Sean V Kelley <seanvk@post...> |
Commiter | Sean V Kelley |
config: Updated AC_INIT for github
Signed-off-by: Sean V Kelley <seanvk@posteo.de>
@@ -81,7 +81,12 @@ m4_define([libdrm_version], [2.4]) | ||
81 | 81 | m4_define([wayland_api_version], [1.0.0]) |
82 | 82 | |
83 | 83 | AC_PREREQ(2.57) |
84 | -AC_INIT([libva], [libva_version], [waldo.bastian@intel.com], libva) | |
84 | +AC_INIT([libva], | |
85 | + [libva_version], | |
86 | + [https://github.com/01org/libva/issues/new], | |
87 | + [libva], | |
88 | + [https://github.com/01org/libva]) | |
89 | + | |
85 | 90 | AC_CONFIG_SRCDIR([Makefile.am]) |
86 | 91 | AC_CONFIG_MACRO_DIR([m4]) |
87 | 92 | AM_INIT_AUTOMAKE([dist-bzip2]) |