summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2011-09-27 11:26:25 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2011-09-27 11:27:23 +1000
commit8ef0825948a583f655d0dfc70fb8c110a4fcc8d1 (patch)
tree23bc642b2f31373596c3ae2284a8c9b17d49f103
parent6d660b0439973d2ee0c550e3413d75bd57763243 (diff)
This driver is unmaintained, warn users.
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 8a777ee..12ecc42 100644
--- a/configure.ac
+++ b/configure.ac
@@ -71,4 +71,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])