From 1eabfa9a142a314adeaba7a691e9cf85e026f79c Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Fri, 27 Mar 2009 16:03:12 -0700 Subject: [PATCH] rename project --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 52938d7..01405ee 100644 --- a/configure.ac +++ b/configure.ac @@ -21,10 +21,10 @@ # Process this file with autoconf to produce a configure script AC_PREREQ(2.57) -AC_INIT([intel-graphics-tools], +AC_INIT([intel-gpu-tools], 1.0, [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], - intel-graphics-tools) + intel-gpu-tools) AC_CONFIG_SRCDIR([Makefile.am]) AM_CONFIG_HEADER([config.h]) -- 2.7.4