From 78f4ed43bdedd529c6e1278201ddbea697303d4b Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Tue, 17 Feb 2009 10:36:03 +1000 Subject: Fail configure. This driver is unmaintained. Always fail configure with an error message. This driver is unmaintained and hasn't seen significant fixes. Let it die. If we really need to keep this driver alive, let's wait for a user sighting first. Signed-off-by: Peter Hutterer --- configure.ac | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/configure.ac b/configure.ac index 4b3acd4..e79b586 100644 --- a/configure.ac +++ b/configure.ac @@ -89,4 +89,11 @@ AC_HEADER_STDC XORG_MANPAGE_SECTIONS XORG_RELEASE_VERSION +AC_MSG_ERROR([ + ************************************************************** + This driver is unmaintained and will not receive further + patches. If you have a need for this driver, please file a bug + on http://bugs.freedesktop.org. + **************************************************************]) + AC_OUTPUT([Makefile src/Makefile man/Makefile]) -- cgit v1.2.3