summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2022-01-17 12:25:53 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2022-01-17 12:35:36 +1000
commit7ebaa81ae8fb07c129281ae37a24d07b494fb84f (patch)
treee45e360c0e222ee9f5edeb9a33b2ff104ff8cdd2
parentb2cc8a3625d25e5e9896ed3d57b1ab65af662bfe (diff)
downloadlibwacom-7ebaa81ae8fb07c129281ae37a24d07b494fb84f.tar.gz
Drop the check-news reqirement from autotools
This is a data-files backport only branch for convenience of those not being able to update to 2.0 with the soname bump. So the git log has the list of devices updated, no point having to write this twice.
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 3f75667..67de9f4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,7 +4,7 @@ AC_INIT([libwacom], [1.12]) # change meson.build as well
AC_CONFIG_HEADERS([config.h])
# Initialize Automake
-AM_INIT_AUTOMAKE([foreign dist-bzip2 no-dist-gzip check-news])
+AM_INIT_AUTOMAKE([foreign dist-bzip2 no-dist-gzip])
AM_MAINTAINER_MODE([enable])
# Enable silent build when available (Automake 1.11)