From: Lucas De Marchi Date: Mon, 17 Feb 2025 17:08:21 +0000 (-0600) Subject: build: Drop NEWS-checking from autotools X-Git-Tag: v34~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=af72b3302d53801242bf7a60cbe96691b18fd411;p=thirdparty%2Fkmod.git build: Drop NEWS-checking from autotools Help with the build transition and release. Signed-off-by: Lucas De Marchi --- 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])