From c18d8d88871c42deb2575cbcffc63090b523a1cb Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Tue, 17 Feb 2009 11:02:45 +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 eb8228d..a5ef049 100644 --- a/configure.ac +++ b/configure.ac @@ -26,6 +26,13 @@ AC_INIT([xf86-input-dynapro], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], xf86-input-dynapro) +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_CONFIG_SRCDIR([Makefile.am]) AC_CONFIG_AUX_DIR(.) AM_INIT_AUTOMAKE([dist-bzip2]) -- cgit v1.2.3