diff options
author | George Sapountzis <gsap7@yahoo.gr> | 2008-02-27 18:49:31 +0200 |
---|---|---|
committer | George Sapountzis <gsap7@yahoo.gr> | 2008-02-27 18:49:31 +0200 |
commit | 10127a10841ec211a92b2a59d6db716343caf018 (patch) | |
tree | 6095537551e2a45ab95d2fa7b42173b80c29fe93 /configure.ac | |
parent | e8260479e8c9f0445d160e991104b3a749035a7b (diff) |
change module name and version
module gets package version, driver keeps its own version
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index b244c55..7c20d7d 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-ati], +AC_INIT([xf86-video-mach64], 6.8.0, [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], - xf86-video-ati) + xf86-video-mach64) AC_CONFIG_SRCDIR([Makefile.am]) AM_CONFIG_HEADER([config.h]) @@ -214,7 +214,7 @@ AC_SUBST([XORG_CFLAGS]) AC_SUBST([DRI_CFLAGS]) AC_SUBST([moduledir]) -DRIVER_NAME=ati +DRIVER_NAME=mach64 AC_SUBST([DRIVER_NAME]) XORG_MANPAGE_SECTIONS |