summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2011-09-27 11:33:20 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2011-09-27 11:33:20 +1000
commite0421a019461bf3ee34323a40316ec23eb4d6f8c (patch)
tree35b1db71b8d9d46c72b92d326ad8574b5a3a6375
parent7bd05fe5ed04be7abcccac2ce42d939f585ed41d (diff)
This driver is unmaintained, warn users.HEADmaster
This driver will not see any further fixes unless users write them and test them. 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 9aaaa07..0e3a4e7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -68,4 +68,12 @@ AC_HEADER_STDC
XORG_MANPAGE_SECTIONS
XORG_RELEASE_VERSION
+AC_MSG_WARN([
+ ***************************************************************************
+ This driver is unmaintained, untested and may not build.
+ Any fixes to this driver will only be applied if you have a device and you
+ can test patches. See
+ http://lists.freedesktop.org/archives/xorg-devel/2011-September/025336.html
+ ***************************************************************************])
+
AC_OUTPUT([Makefile src/Makefile man/Makefile])