summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2009-02-17 11:02:45 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2009-02-17 11:02:45 +1000
commitc18d8d88871c42deb2575cbcffc63090b523a1cb (patch)
treef26fb814f90fc5f3fabfb09f34ab3205e93f2700
parent237ae0c8ce78e423a53eb5928230abbfb8f3ea32 (diff)
Fail configure. This driver is unmaintained.HEADmaster
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 <peter.hutterer@who-t.net>
-rw-r--r--configure.ac7
1 files changed, 7 insertions, 0 deletions
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])