Fix project name/version for distfiles.
authorEric Anholt <eric@anholt.net>
Fri, 27 Mar 2009 01:45:01 +0000 (18:45 -0700)
committerEric Anholt <eric@anholt.net>
Fri, 27 Mar 2009 01:45:01 +0000 (18:45 -0700)
configure.ac

index 9204f50..9c2576b 100644 (file)
 # Process this file with autoconf to produce a configure script
 
 AC_PREREQ(2.57)
-AC_INIT([xf86-video-intel],
-        2.6.99.1,
+AC_INIT([intel-graphics-tools],
+        1.0,
         [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],
-        xf86-video-intel)
+        intel-graphics-tools)
 
 AC_CONFIG_SRCDIR([Makefile.am])
 AM_CONFIG_HEADER([config.h])