diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 5be9e2d..4b2b509 100644 --- a/configure.ac +++ b/configure.ac @@ -26,6 +26,13 @@ AC_INIT([xf86-input-dmc], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], xf86-input-dmc) +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]) |