From af72b3302d53801242bf7a60cbe96691b18fd411 Mon Sep 17 00:00:00 2001 From: Lucas De Marchi Date: Mon, 17 Feb 2025 11:08:21 -0600 Subject: [PATCH] build: Drop NEWS-checking from autotools Help with the build transition and release. Signed-off-by: Lucas De Marchi --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 7e35f1be..6b547fc1 100644 --- a/configure.ac +++ b/configure.ac @@ -14,7 +14,7 @@ AC_USE_SYSTEM_EXTENSIONS AC_SYS_LARGEFILE AC_PREFIX_DEFAULT([/usr]) AM_MAINTAINER_MODE([enable]) -AM_INIT_AUTOMAKE([check-news foreign 1.11 silent-rules tar-pax no-dist-gzip dist-xz subdir-objects color-tests parallel-tests]) +AM_INIT_AUTOMAKE([foreign 1.11 silent-rules tar-pax no-dist-gzip dist-xz subdir-objects color-tests parallel-tests]) AM_SILENT_RULES([yes]) LT_INIT([disable-static pic-only]) -- 2.47.2