Skip to content

Commit

Permalink
Drop check-news from Automake configuration
Browse files Browse the repository at this point in the history
I'm now using CHANGELOG.md instead of the GNU NEWS convention since
the change log is in Markdown, so this test is no longer useful.
  • Loading branch information
rra committed Jul 7, 2024
1 parent 5e84101 commit 05d0d57
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions configure.ac
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
dnl Autoconf configuration for rra-c-util.
dnl
dnl Written by Russ Allbery <[email protected]>
dnl Copyright 2000, 2003, 2013-2018, 2020-2022 Russ Allbery <[email protected]>
dnl Copyright 2000, 2003, 2013-2018, 2020-2022, 2024
dnl Russ Allbery <[email protected]>
dnl Copyright 2002-2014
dnl The Board of Trustees of the Leland Stanford Junior University
dnl
Expand All @@ -18,8 +19,8 @@ AC_INIT([rra-c-util], [10.4], [[email protected]])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_LIBOBJ_DIR([portable])
AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE([1.11 check-news dist-xz foreign silent-rules subdir-objects
-Wall -Werror])
AM_INIT_AUTOMAKE([1.11 dist-xz foreign silent-rules subdir-objects -Wall
-Werror])
AM_MAINTAINER_MODE

dnl Detect unexpanded macros.
Expand Down

0 comments on commit 05d0d57

Please sign in to comment.