diff options
author | Alan Coopersmith <alan.coopersmith@sun.com> | 2009-08-04 13:04:15 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@sun.com> | 2009-08-04 13:04:15 -0700 |
commit | 0cc11bfe73e96c50716425971c736f8bafef303f (patch) | |
tree | 89f96e67d2fc4cba78724f8844d231568df3e9b8 | |
parent | 1b4bf38991d91c94ce1f15aee185e152f88abb73 (diff) |
**************************************************************
This driver is unmaintained and will not receive further
patches. Please use the xf86-video-vesa driver instead.
If you have a need for this driver that cannot be met by the
vesa driver, please file a bug on http://bugs.freedesktop.org.
**************************************************************
(Copied from the notice put into the unmaintained input drivers)
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
-rw-r--r-- | configure.ac | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index a22236f..d5dd96e 100644 --- a/configure.ac +++ b/configure.ac @@ -26,6 +26,14 @@ AC_INIT([xf86-video-vga], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], xf86-video-vga) +AC_MSG_ERROR([ + ************************************************************** + This driver is unmaintained and will not receive further + patches. Please use the xf86-video-vesa driver instead. + If you have a need for this driver that cannot be met by the + vesa driver, please file a bug on http://bugs.freedesktop.org. + **************************************************************]) + AC_CONFIG_SRCDIR([Makefile.am]) AM_CONFIG_HEADER([config.h]) AC_CONFIG_AUX_DIR(.) |