summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2009-02-17 10:42:08 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2009-02-17 10:42:08 +1000
commit692c7784bcffc27ebe3a2a284a9ab4eea87ce287 (patch)
tree978424b43142a705d61b429d72258667e13e441d
parent931367e14637b7afab2b9fd4c18aba227d67ee60 (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.ac8
1 files changed, 8 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index a9276c8..e03b454 100644
--- a/configure.ac
+++ b/configure.ac
@@ -26,6 +26,13 @@ AC_INIT([xf86-input-calcomp],
[https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],
xf86-input-calcomp)
+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])
@@ -92,4 +99,5 @@ XORG_MANPAGE_SECTIONS
XORG_RELEASE_VERSION
XORG_CHANGELOG
+
AC_OUTPUT([Makefile src/Makefile man/Makefile])