summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2009-03-26 18:45:01 -0700
committerEric Anholt <eric@anholt.net>2009-03-26 18:45:01 -0700
commitec172167d6992b2f9b59f79b57b7a346b75317ba (patch)
treef79bccf7e16fc282ee34b164fd4bc121d2cfb553 /configure.ac
parent6abc9b13f0b87f9af82d9b46ad84d74648b46a97 (diff)
Fix project name/version for distfiles.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 9204f50..9c2576b 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([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])