summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2009-02-18 11:01:54 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2009-02-18 11:03:51 +1000
commit10e2f005a459e7a0eb46cd074b8291187f979221 (patch)
tree4eba7d1d806d517aeadc1e9743f9f4674aec3916 /configure.ac
parentc77782901cf02272c947f3464a5f5f4d3c534fbf (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>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac7
1 files changed, 7 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 070d52b..fd52b2c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -26,6 +26,13 @@ AC_INIT([xf86-input-microtouch],
[https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],
xf86-input-microtouch)
+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])