summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2009-02-17 11:26:38 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2009-02-17 11:26:38 +1000
commit1ff6d7425290d75c6f70c210f07aa86643f12def (patch)
treed883c3d908a6077c6153a8f7adf4fdca7b1bc8a9
parent5f8c3d97ac2edb3a7ee744369a9826a645b322f9 (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 e467402..cfe3d9f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -26,6 +26,13 @@ AC_INIT([xf86-input-palmax],
[https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],
xf86-input-palmax)
+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])