From 2f706199d0cd144acf6340f388bbd91472a3bb49 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Wed, 24 Sep 2008 15:02:19 +0200 Subject: [PATCH] maint: allow more C99 constructs; stop maintaining c99-to-c89 patch set * cfg.mk (local-checks-to-skip): Add patch-check. With the recent changes to remove.c, I no longer wish to maintain the c99-to-c89 patch set. --- cfg.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cfg.mk b/cfg.mk index df172a6..6924e0e 100644 --- a/cfg.mk +++ b/cfg.mk @@ -33,6 +33,8 @@ gpg_key_ID = B9AB9A16 # at the top of the file for each `make distcheck' run. local-checks-to-skip = changelog-check strftime-check +local-checks-to-skip += patch-check + # The local directory containing the checked-out copy of gnulib used in this # release. Used solely to get gnulib's SHA1 for the "announcement" target. gnulib_dir = /gnulib -- 2.7.4