From eccae1360d6d01e73c6af2bd97122cef708207ef Mon Sep 17 00:00:00 2001 From: Arkadiusz Hiler Date: Tue, 15 May 2018 14:07:50 +0300 Subject: igt: Drop Intel from the name in docs and paths This is just a simple change to reflect the actual state. No rewording yet, just a simple substitution in most visible places - docs, README and paths. There are probably some leftovers here and there, but we can let them be for now, this is already well overdue. v2: fixed couple of obvious leftovers pointed out by Petri Cc: Petri Latvala Cc: Daniel Vetter Signed-off-by: Arkadiusz Hiler Acked-by: Harry Wentland Reviewed-by: Petri Latvala --- configure.ac | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index c5ee78bb..2f6bc70e 100644 --- a/configure.ac +++ b/configure.ac @@ -21,10 +21,10 @@ # Process this file with autoconf to produce a configure script AC_PREREQ([2.60]) -AC_INIT([intel-gpu-tools], +AC_INIT([igt-gpu-tools], [1.22], [https://bugs.freedesktop.org/enter_bug.cgi?product=DRI&component=IGT], - [intel-gpu-tools]) + [igt-gpu-tools]) AC_CONFIG_SRCDIR([Makefile.am]) AC_CONFIG_HEADERS([config.h]) @@ -390,8 +390,8 @@ AC_CONFIG_FILES([ benchmarks/wsim/Makefile docs/Makefile docs/reference/Makefile - docs/reference/intel-gpu-tools/Makefile - docs/reference/intel-gpu-tools/version.xml + docs/reference/igt-gpu-tools/Makefile + docs/reference/igt-gpu-tools/version.xml lib/Makefile lib/tests/Makefile man/Makefile -- cgit v1.2.3