diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2011-09-27 11:15:44 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2011-09-27 11:15:44 +1000 |
commit | 9131acd655869cd474188cc579a44b43554a317b (patch) | |
tree | 5f52ef0079c1aec9f0f14def2c9b12e0a191be68 | |
parent | 2f1a5b44f62028f2608c0c94e58154df09e9ada3 (diff) |
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.ac | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index d4a404d..f3363b8 100644 --- a/configure.ac +++ b/configure.ac @@ -69,6 +69,14 @@ AC_SUBST(inputdir) DRIVER_NAME=acecad AC_SUBST([DRIVER_NAME]) +AC_MSG_WARN([ + *************************************************************************** + This driver is umaintained, 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_CONFIG_FILES([Makefile man/Makefile src/Makefile]) |