Fix project name/version for distfiles.

This commit is contained in:
Eric Anholt 2009-03-26 18:45:01 -07:00
parent 6abc9b13f0
commit ec172167d6

View File

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